我写了一个简单的hello world程序
<html> <body> <script type="text/vbscript"> document.write("Hello World") </script> </body> </html>
保存为hello.vbs.我尝试在cmd中运行并双击它.但我得到上面的编译错误
vbscript
vbscript ×1