first commit
This commit is contained in:
14
day02-correspond-between-render-thread/subWin1.html
Normal file
14
day02-correspond-between-render-thread/subWin1.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user