IE
win.attachEvent('onload', function(){

});
非IE
win.onload=function(){};

if(navigator.appName == "Microsoft Internet Explorer")

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-08-04
  • 2021-09-07
  • 2022-02-25
  • 2021-05-20
  • 2022-12-23
猜你喜欢
  • 2021-11-23
  • 2022-12-23
  • 2021-07-15
  • 2022-12-23
  • 2021-07-31
  • 2022-12-23
相关资源
相似解决方案