我在Google CDN 的官方文档中看到这是src
jQuery的:
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"></script>
但是,src
每次更新版本时都必须更改我的jQuery 参考是很烦人的。
我发现如果将版本设置为,1
则Google会返回jQuery的最新版本。
http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js
/*! jQuery v1.8.2 jquery.com | jquery.org/license */
这是正确的做法吗?是否有官方网址引用Google CDN上托管的jQuery的最新版本?