2015-04-07 71 views

回答

0

不能在IE11使用的ActiveXObject:

http://msdn.microsoft.com/en-us/library/ie/dn423948%28v=vs.85%29.aspx

Starting with IE11, the navigator object supports plugins and mimeTypes properties. In addition, the window.ActiveXObject property is hidden from the DOM. (This means you can no longer use the property to detect IE11.)

+1

ActiveXObjects在IE11確實支持。請參閱您發佈的鏈接中JavaScript示例下方的「註釋」。 「 」IE11仍支持ActiveXObject對象類型,您可以使用它來實例化ActiveX控件,但不再支持它作爲窗口對象的屬性。「 –

相關問題