> VB语言在线手册 > 使用VBScript写文本
<!DOCTYPE HTML>
<html>
<body>

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

</body>
</html>