function DetectActiveX()
 {
    
try
    {
       
var comActiveX = new ActiveXObject(控件名称);   
    }
    
catch(e)
    {
       
return false;   
    }
    
return true;
 }

相关文章:

  • 2022-12-23
  • 2021-10-26
  • 2022-01-07
  • 2022-12-23
  • 2021-08-15
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-09-04
  • 2021-08-25
  • 2021-11-28
  • 2021-07-29
相关资源
相似解决方案