js
This commit is contained in:
11
javascriptpress/demo/demo1.html
Normal file
11
javascriptpress/demo/demo1.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>javascript演示</title>
|
||||
<script>
|
||||
alert("hell world");
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
打开页面的时候会出现一个弹框 内容为hello world
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user