HTML 文件中的 vbscript 无法在 IE 11 中呈现,Windows 7
vbscript in HTML files not render in IE 11, Windows 7
我有这个简单的 vbscript 代码:
<script type="text/vbscript">document.write("hello world")</script>
然而,当我在 IE 11 中查看此文件时 Windows 7 hello world 未显示。
我是不是漏掉了什么?
As of Internet Explorer 11, VBScript is considered deprecated and should no longer be used as a scripting language for IE11. Webpages displayed in IE11 edge mode won't execute VBScript code.
这里有更多信息:https://msdn.microsoft.com/en-us/library/ie/dn384057(v=vs.85).aspx
我有这个简单的 vbscript 代码:
<script type="text/vbscript">document.write("hello world")</script>
然而,当我在 IE 11 中查看此文件时 Windows 7 hello world 未显示。
我是不是漏掉了什么?
As of Internet Explorer 11, VBScript is considered deprecated and should no longer be used as a scripting language for IE11. Webpages displayed in IE11 edge mode won't execute VBScript code.
这里有更多信息:https://msdn.microsoft.com/en-us/library/ie/dn384057(v=vs.85).aspx