var jq = document.createElement('script');  
jq.src = 'http://libs.baidu.com/jquery/1.9.1/jquery.min.js';  
document.getElementsByTagName('head')[0].appendChild(jq);  
jQuery.noConflict(); 

 

相关文章:

  • 2022-02-21
  • 2021-05-24
  • 2021-06-30
  • 2022-01-13
  • 2021-07-22
  • 2021-08-15
  • 2021-08-07
  • 2022-12-23
猜你喜欢
  • 2021-08-14
  • 2022-12-23
  • 2021-12-09
  • 2021-10-16
  • 2021-08-29
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案