This repository has been archived on 2025-01-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
electron-study/day02-correspond-between-render-thread/subWin1.html
T
2025-01-09 18:30:49 +08:00

14 lines
377 B
HTML

<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>