Files
JavaWeb/02. 前端Web基础(JS+Vue+Ajax)/JS-Vue/08. JS-事件监听.html
syx_computer 61ec7c9468 第二天
2025-10-13 10:15:32 +08:00

17 lines
350 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>JS事件</title>
</head>
<body>
<input type="button" id="btn1" value="点我一下试试1">
<input type="button" id="btn2" value="点我一下试试2">
<script>
</script>
</body>
</html>