Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/sockets/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
HTML文件中的vbscript不能在IE 11、Windows 7中呈现_Vbscript - Fatal编程技术网

HTML文件中的vbscript不能在IE 11、Windows 7中呈现

HTML文件中的vbscript不能在IE 11、Windows 7中呈现,vbscript,Vbscript,我有以下简单的vbscript代码: <script type="text/vbscript">document.write("hello world")</script> document.write(“你好,世界”) 但是,当我在Windows7上的IE11中查看此文件时,不会显示hello world 我错过什么了吗 从InternetExplorer11开始,VBScript被视为已弃用,不应再用作IE11的脚本语言。在IE11边缘模式下显示的网页不会执行VB

我有以下简单的vbscript代码:

<script type="text/vbscript">document.write("hello world")</script>
document.write(“你好,世界”)
但是,当我在Windows7上的IE11中查看此文件时,不会显示hello world

我错过什么了吗

从InternetExplorer11开始,VBScript被视为已弃用,不应再用作IE11的脚本语言。在IE11边缘模式下显示的网页不会执行VBScript代码

此处的更多信息:

这可能是问题所在: