使用 Google 的 CDN

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

使用 Microsoft 的 CDN

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

 使用百度的

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

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-23
  • 2021-07-08
  • 2021-05-17
  • 2021-09-27
猜你喜欢
  • 2021-12-03
  • 2021-10-16
  • 2021-10-14
  • 2022-01-22
  • 2022-12-23
  • 2022-01-18
  • 2021-09-13
相关资源
相似解决方案