加载中...

使用VBScript


调试运行

<html>
<head>
<title>使用VBScript</title>
</head>
<body>
<script language="vbscript">
<!--
   document.write("这是使用VBsript!")
//-->
</script>
</body>
</html>

还没有评论.