Bootstrap本地文件,某些页面不起作用

时间:2016-07-20 08:51:16

标签: twitter-bootstrap

我一直在使用bootstrap作为cdn,但是现在我已经切换到本地文件,有些页面不起作用。它几乎无处不在,只有几页它没有。当我切换回cdn时,一切都很好。

这是我的链接。

<!-- Bootstrap Core CSS -->
<link rel="stylesheet" href="../static/bootstrap/css/bootstrap.min.css" type="text/css">

<!-- jQuery library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>

<!-- Latest compiled JavaScript -->
<script src="../static/bootstrap/js/bootstrap.min.js"></script>

和CDN

<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">

1 个答案:

答案 0 :(得分:0)

在本地使用时从文件位置删除“..”...同时确保Bootstrap的版本定期对应CDN的更新文件,尤其是MaxCDN。