9.21每日总结

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>测试实例</title>
<script>
function myFunction()
{
alert("Hello World!");
}
</script>
</head>

<body>
<button onclick="myFunction()">点我</button>
</body>
</html>

posted @ 2023-09-22 00:03  听着DJ读童话  阅读(10)  评论(0)    收藏  举报