在64位Windows 8系统上运行vbs文件时出现800A0400'预期语句'错误

时间:2014-10-30 16:55:46

标签: vbscript 64-bit windows-8.1 internet-explorer-11

我在记事本中写了一个脚本并用.vbs扩展名保存了它。 使用基于Microsoft Windows的脚本宿主运行此文件时出现错误800A0400'预期语句'。

以下是代码:

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

0 个答案:

没有答案