是的,但是IE11不支持该 new Event() 方法。我认为,作为针对较旧浏览器的黑客,您可以执行 if (Event.prototype.initEvent) { /* deprecated method */ } ...
確定! 回上一頁