<html>
<body>
<script type="text/vbscript">
document.write("在页面加载时,会执行 body 部分的脚本。")
</script>
</body>
</html>