henuyuxiang

使用 Google 的 CDN

<head>
  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.0/jquery.min.js"></script>
</head>

使用 Microsoft 的 CDN

<head>
  <script type="text/javascript" src="http://ajax.microsoft.com/ajax/jquery/jquery-1.4.min.js"></script>
</head>

使用百度的

<script src="http://libs.baidu.com/jquery/1.9.0/jquery.js" type="text/javascript"></script>

分类:

技术点:

相关文章:

  • 2021-04-24
  • 2021-07-12
  • 2021-11-02
  • 2021-07-11
  • 2021-12-13
  • 2021-12-16
猜你喜欢
  • 2022-01-30
  • 2021-11-06
  • 2021-07-08
  • 2021-12-13
  • 2021-12-03
  • 2021-12-07
  • 2021-09-27
相关资源
相似解决方案