免费空间
虚拟主机
帮助中心
编辑文本后点击显示结果
返回常来网 站长学院首页
<html> <head> <title>VBScript代码示例 - VBScript变量声明和赋值</title> </head> <body> <script type="text/vbscript"> dim name name="www.thec.cn" document.write(name) </script> </body> </html>