我用以下两个脚本尝试了以下HTML页面:
<html>
…
<body>
<script type="text/javascript">
alert ('Javascript');
</script>
<script type="text/vbscript">
msgbox "Vbscript"
</script>
</body>
</html>
在Windows 8.1预览版+ Internet Explorer 11上,JavaScript有效,但VBScript无效。
在(Windows 8 + IE10),(Windows 7 + IE9)上,两个脚本均有效。
我没有在Internet Explorer 11中找到有关终止VBScript的任何信息,对吗?
慕村225694
蝴蝶不菲