当前位置: 代码迷 >> PHP >> thinkphp 如何样输出
  详细解决方案

thinkphp 如何样输出

热度:315   发布时间:2016-04-28 18:59:30.0
thinkphp 怎么样输出?
 怎么样循环输出以下内容?    
 
 <div class="slide">
<div class="itemm">
<a href="" target="_blank"><img src="images/243.jpg}" width="160" height="120" alt="Slide 1"></a>
<center><p>产品1</p> </center>
</div>
                        
                       <div class="itemm">
<a href="" target="_blank"><img src="images/243.jpg}" width="160" height="120" alt="Slide 1"></a>
<center><p>产品1</p> </center>
</div>

                      <div class="itemm">
<a href="" target="_blank"><img src="images/243.jpg}" width="160" height="120" alt="Slide 1"></a>
<center><p>产品1</p> </center>
</div>
</div>

 <div class="slide">
<div class="itemm">
<a href="" target="_blank"><img src="images/243.jpg}" width="160" height="120" alt="Slide 1"></a>
<center><p>产品1</p> </center>
</div>
                        
                       <div class="itemm">
<a href="" target="_blank"><img src="images/243.jpg}" width="160" height="120" alt="Slide 1"></a>
<center><p>产品1</p> </center>
</div>

                      <div class="itemm">
<a href="" target="_blank"><img src="images/243.jpg}" width="160" height="120" alt="Slide 1"></a>
<center><p>产品1</p> </center>
</div>
</div>

 <div class="slide">
<div class="itemm">
<a href="" target="_blank"><img src="images/243.jpg}" width="160" height="120" alt="Slide 1"></a>
<center><p>产品1</p> </center>
</div>
                        
                       <div class="itemm">
<a href="" target="_blank"><img src="images/243.jpg}" width="160" height="120" alt="Slide 1"></a>
<center><p>产品1</p> </center>
</div>

                      <div class="itemm">
<a href="" target="_blank"><img src="images/243.jpg}" width="160" height="120" alt="Slide 1"></a>
<center><p>产品1</p> </center>
</div>
</div>



------解决方案--------------------
你不用他的模板引擎的吗?那你用它的什么呢?