添加:js测试 关闭窗口按钮 打开窗口按钮 运算测试

This commit is contained in:
2025-03-05 11:28:08 +08:00
parent c3d46c329b
commit 86f2e26b4e
3 changed files with 24 additions and 9 deletions
+3 -1
View File
@@ -8,6 +8,8 @@
<title>js测试</title>
</head>
<body>
<button id="click_button">点我弹窗</button>
<button id="alert_button">点我弹窗</button>
<button id="close_button">点我关闭窗口</button>
<button id="open_button">点我打开窗口</button>
</body>
</html>