1. 找到COM的组件名,如"MSXML2.DOMDocument.3.0". 可以在注册表中去看.(HKEY_CLASSES_ROOT\...)

2. 在JS中创建对象:xmldoc = new ActiveXObject("MSXML2.DOMDocument.3.0");

3. 在对象上调用方法xmldoc.loadXML("xxxxxxx");

实例:查看MDACD版本.

 


相关文章:

  • 2021-06-03
  • 2021-09-06
  • 2022-12-23
  • 2021-08-07
  • 2021-12-26
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-12-01
  • 2022-12-23
  • 2022-12-23
  • 2021-05-23
  • 2021-12-26
  • 2021-12-23
  • 2022-01-12
相关资源
相似解决方案