代碼考過去了 為什么圖片不能輪播?。?/h1>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>LH7</title>
<link rel="stylesheet">
<style>
? ?body{
? ? ? ?padding-top: 70px;
? ?}
? ?.carousel{
? ? ? ?height: 500px;
? ? ? ?background-color: #000000;
? ?}
? ?.carousel .item{
? ? ? ?height: 500px;
? ? ? ?background-color: #000000;
? ?}
? ?.carousel img{
? ? ? ?width:100% ;
? ?}
</style>
<div id="carousel-example-generic" class="carousel slide" data-ride="carousel">
? ?<!-- Indicators -->
? ?<ol class="carousel-indicators">
? ? ? ?<li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li>
? ? ? ?<li data-target="#carousel-example-generic" data-slide-to="1"></li>
? ? ? ?<li data-target="#carousel-example-generic" data-slide-to="2"></li>
? ?</ol>
? ?<!-- Wrapper for slides -->
? ?<div class="carousel-inner" role="listbox">
? ? ? ?<div class="item active">
? ? ? ? ? ?<img src="images/6.jpg" alt="...">
? ? ? ? ? ?<div class="carousel-caption">
? ? ? ? ? ?</div>
? ? ? ?</div>
? ? ? ?<div class="item">
? ? ? ? ? ?<img src="images/8.jpg" alt="...">
? ? ? ? ? ?<div class="carousel-caption">
? ? ? ? ? ?</div>
? ? ? ?</div>
? ? ? ?...
? ?</div>
? ?<!-- Controls -->
? ?<a class="left carousel-control" href="#carousel-example-generic" role="button" data-slide="prev">
? ? ? ?<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
? ? ? ?<span class="sr-only">上一頁</span>
? ?</a>
? ?<a class="right carousel-control" href="#carousel-example-generic" role="button" data-slide="next">
? ? ? ?<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
? ? ? ?<span class="sr-only">下一頁</span>
? ?</a>
</div>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>LH7</title>
<link rel="stylesheet">
<style>
? ?body{
? ? ? ?padding-top: 70px;
? ?}
? ?.carousel{
? ? ? ?height: 500px;
? ? ? ?background-color: #000000;
? ?}
? ?.carousel .item{
? ? ? ?height: 500px;
? ? ? ?background-color: #000000;
? ?}
? ?.carousel img{
? ? ? ?width:100% ;
? ?}
</style>
<div id="carousel-example-generic" class="carousel slide" data-ride="carousel">
? ?<!-- Indicators -->
? ?<ol class="carousel-indicators">
? ? ? ?<li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li>
? ? ? ?<li data-target="#carousel-example-generic" data-slide-to="1"></li>
? ? ? ?<li data-target="#carousel-example-generic" data-slide-to="2"></li>
? ?</ol>
? ?<!-- Wrapper for slides -->
? ?<div class="carousel-inner" role="listbox">
? ? ? ?<div class="item active">
? ? ? ? ? ?<img src="images/6.jpg" alt="...">
? ? ? ? ? ?<div class="carousel-caption">
? ? ? ? ? ?</div>
? ? ? ?</div>
? ? ? ?<div class="item">
? ? ? ? ? ?<img src="images/8.jpg" alt="...">
? ? ? ? ? ?<div class="carousel-caption">
? ? ? ? ? ?</div>
? ? ? ?</div>
? ? ? ?...
? ?</div>
? ?<!-- Controls -->
? ?<a class="left carousel-control" href="#carousel-example-generic" role="button" data-slide="prev">
? ? ? ?<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
? ? ? ?<span class="sr-only">上一頁</span>
? ?</a>
? ?<a class="right carousel-control" href="#carousel-example-generic" role="button" data-slide="next">
? ? ? ?<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
? ? ? ?<span class="sr-only">下一頁</span>
? ?</a>
</div>
2017-07-23
我自己敲完代碼也對了N多遍 也輪播不了圖 才醒悟過來錯誤所在= =