Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有服务可以返回托管在 Google 上的 jQuery 版本号?他们发布在他们的网页上,但是有没有办法在不解析页面文本的情况下获取这些数据?
我想在搭建新项目时自动链接到最新的 1.x 版本(而不是链接到生产站点上的最新版本)。
谢谢。
是的,您可以简单地链接到 " 1.x" 系列:
1.x
http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js
...并从该文件的开头解析出版本:
/*! jQuery v1.11.