This repository has been archived on 2025-01-09. You can view files and clone it, but cannot push or open issues or pull requests.

14 lines
377 B
HTML
Raw Normal View History

2025-01-09 18:30:49 +08:00
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>subWin1</title>
</head>
<body>
<h2>当前窗口2</h2>
获取到index.html的数据<input type="text" name="" id="txt">
<br><br>
<button id="btn">发送数据</button>
<script src="subWin1.js"></script>
</body>
</html>