gpt4 book ai didi

twitter-bootstrap - Bootstrap : How do I identify the Bootstrap version?

转载 作者:行者123 更新时间:2023-12-03 04:42:35 29 4
gpt4 key购买 nike

我想更新网站上的 Bootstrap,但我不知道安装的版本。

如何仅使用 bootstrap.css 和 bootstrap.min.js 文件来识别 bootstrap 版本?

CSS 文件中没有版本,min.js 文件包含以下注释。

/*!
* Bootstrap.js by @fat & @mdo
* Copyright 2012 Twitter, Inc.
* http://www.apache.org/licenses/LICENSE-2.0.txt
*/

最佳答案

bootstrap.css 的顶部,您应该有如下注释:

/*!
* Bootstrap v2.3.1
*
* Copyright 2012 Twitter, Inc
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
*/

如果它们不存在,那么它们可能已被删除。

版本:

您可以查看版本历史here 。如果源代码为 v2.0.0(2012 年 1 月)及更高版本,则不应破坏向后兼容性。如果是 v2.0.0 之前的版本,则有升级详细信息 here .

关于twitter-bootstrap - Bootstrap : How do I identify the Bootstrap version?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15335537/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com