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

<script type="text/vbscript">
dim name
name="John Adams"
document.write(name)
</script>

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