Bootsrap轮播导航无法正常工作

时间:2017-05-05 21:35:06

标签: html twitter-bootstrap

图片无法滚动,当我检查我的页面时,我发现没有任何错误。这是我的HTML文件的负责人:

<head>
  <script src="//code.jquery.com/jquery-1.12.0.min.js"></script>
  <script src="//code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
  <link rel="stylesheet" 
        href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"
        integrity="sha384-
1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" 
        crossorigin="anonymous">

  <!-- Optional theme -->
  <link rel="stylesheet" 
        href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap-
theme.min.css"
        integrity="sha384-fLW2N01lMqjakBkx3l
/M9EahuwpSfeNvV63J5ezn3uZzapT0u7EYsXMjQV+0En5r"
        crossorigin="anonymous">
</head>

0 个答案:

没有答案
相关问题