var jq = document.createElement('script');
jq.src = "//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js";
document.getElementsByTagName('head')[0].appendChild(jq);
// ... give time for script to load, then type.
jQuery.noConflict();

https://developers.google.com/speed/libraries/devguide?hl=zh-CN

用google的cnd

相关文章:

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