Html Bootstrap 和 Font Awesome 的“最新”CDN 链接?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/25814476/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-29 02:41:44  来源:igfitidea点击:

Bootstrap and Font Awesome `latest` CDN link?

htmltwitter-bootstrapcdnfont-awesome

提问by user3973427

After doing extensive research and reaching the end of Google, I still haven't been able to find a "latest" link for Bootstrap and Font Awesome.

在进行了广泛的研究并到达谷歌的尽头之后,我仍然无法找到 Bootstrap 和 Font Awesome 的“最新”链接。

I know that there is a CDN link for the "latest" version of jQuery, but I was wondering if one also existed for Bootstrap and Font Awesome?

我知道有一个“最新”版本的jQuery的 CDN 链接,但我想知道 Bootstrap 和 Font Awesome 是否也存在一个 CDN 链接?

回答by isherwood

These seem to work:

这些似乎有效:

http://maxcdn.bootstrapcdn.com/bootstrap/latest/css/bootstrap.min.css(halted at 4.0.0)

http://maxcdn.bootstrapcdn.com/bootstrap/latest/css/bootstrap.min.css(在 4.0.0 停止)

http://maxcdn.bootstrapcdn.com/bootstrap/latest/js/bootstrap.min.js(halted at 4.0.0)

http://maxcdn.bootstrapcdn.com/bootstrap/latest/js/bootstrap.min.js(在 4.0.0 停止)

http://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css(v4.xx)

http://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css(v4.xx)

I had difficulty finding an answer by searching, too. Ultimately I did some experimenting using familiar URL structures to find these.

我也很难通过搜索找到答案。最终,我使用熟悉的 URL 结构做了一些实验来找到这些。