代码示例:(标识:vbst_text)
<html>
<body>

<script type="text/vbscript">
document.write("Hello from VBScript!")
</script>

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