var supportDOM2Core = document.implementation.hasFeature("Core","2.0");
var supportDOM2Core = document.implementation.isSupported("Core","2.0");	

确定浏览器是否支持DOM2Core

相关文章:

  • 2021-07-06
  • 2021-11-04
  • 2021-10-14
  • 2021-10-16
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-12-15
  • 2021-12-25
  • 2021-04-29
  • 2021-09-27
  • 2021-11-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案