代码示例:(标识:vbst_headsection)
<html>
<head>
<script type="text/vbscript">
alert("Hello")
</script>
</head>

<body>
<p>
通常,我们在 head 部分放置函数。理由是,可以确保函数在调用前已经加载。
</p>

</body>
</html>
运行结果: