案例:ASP/ADO/VBScript案例     状态:可编辑再运行    进入竖版
 运行结果 
x
 
1
<html>
2
<head>
3
<script type="text/vbscript">
4
alert("Hello")
5
</script>
6
</head>
7
8
<body>
9
<p>
10
通常,我们在 head 部分放置函数。理由是,可以确保函数在调用前已经加载。
11
</p>
12
13
</body>
14
</html>
15