可能的重复:
should-i-link-to-google-apis-cloud-for-js-libraries
还有很多其他的讨论,包括:
Where do you include the jQuery library from? Google JSAPI? CDN?
Best way to use Google’s hosted jQuery,but fall back to my hosted library on Google fail
我正在看着Tiny MCE插件示例,并在文档的头部看到这个代码:
<script type="text/javascript" src="http://www.google.com/jsapi"></script> <script type="text/javascript"> google.load("jquery","1.3"); </script>
我从来没有看过这样加载jQuery。
这是推荐用于生产吗?
>这种方法有什么好处?
解决方法
当然是。每个人都有好处。它更有可能在缓存中,而且您必须提供一个文件。