添加:js测试 弹窗按钮

This commit is contained in:
2025-03-05 11:05:37 +08:00
parent 840ed10d06
commit c3d46c329b
3 changed files with 30 additions and 2 deletions
+4 -2
View File
@@ -4,8 +4,10 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="index.css" />
<link rel="text/javascript" href="index.js" />
<script src="index.js"></script>
<title>js测试</title>
</head>
<body></body>
<body>
<button id="click_button">点我弹窗</button>
</body>
</html>