Wie kann ich Inhalte wiederholt horizontal ausgeben?
飞天传媒--招牌 网站 婚庆 显示屏
飞天传媒--招牌 网站 婚庆 显示屏 2017-12-14 07:49:05
0
3
1037

Wie kann ich Inhalte wiederholt hintereinander ausgeben? Das Verhältnis besteht aus 4 Spalten und 5 Zeilen

飞天传媒--招牌 网站 婚庆 显示屏
飞天传媒--招牌 网站 婚庆 显示屏

Antworte allen(1)
电动小老虎

方法1  table>tr*5>td{$}*4

方法2

<?php 

echo "<table border='1px solid' cellspacing ='0' cellpadding ='10' bgcolor='skyblue'>";

for ($i=0; $i < 5; $i++) { 

            echo "<tr>";

                 for ($j=0; $j < 4; $j++)

                     { 

                     echo "<td>".$j."</td>";

                     }

            echo "</tr>";

}

echo "</table>" ;

 ?>


  • Antwort 测试了下,没测出来,显示不了 我是想让推荐人才横行输出为5列x4行的,帝国CMS源码如下 &lt;table width=&quot;100%&quot; border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; class=&quot;box&quot;&gt; &lt;tr&gt; &lt;td&gt;&lt;ul&gt; [e:loop={30,10,0,0}] &lt;table width=&quot;100%&quot; border=&quot;0&quot; cellspacing=&quot;0&quot;&gt; &lt;tr&gt; &lt;td width=&quot;8&quot; height=&quot;19&quot;&gt;&lt;img src=&quot;[!--news.url--]skin/default/images/dd1.gif&quot; width=&quot;5&quot; height=&quot;5&quot; /&gt;&lt;/td&gt; &lt;td&gt;&lt;a href=&quot;&lt;?=$bqsr['titleurl']?&gt;&quot; target=&quot;_blank&quot;&gt; &lt;?=DoTitleFont($bqr[titlefont],esub($bqr[title],38))?&gt; &lt;/a&gt; |&lt;a href=&quot;&lt;?=$bqsr['titleurl']?&gt;&quot; target=&quot;_blank&quot;&gt; &lt;?=$bqr[sex]?&gt; | &lt;?=$bqr[age]?&gt; | &lt;?=$bqr[education]?&gt; &lt;/a&gt; &lt;a href=&quot;&lt;?=$bqsr['titleurl']?&gt;&quot;&gt;| &lt;?=$bqr[type]?&gt; &lt;/a&gt;&lt;/td&gt; &lt;td align=&quot;right&quot;&gt;&lt;span class=&quot;STYLE11&quot;&gt; &lt;?=date('m-d',$bqr[newstime])?&gt; &lt;/span&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td height=&quot;2&quot; colspan=&quot;3&quot; background=&quot;skin/default/images/hline.gif&quot;&gt;&lt;/td&gt; &lt;/tr&gt; &lt;/table&gt; [/e:loop] &lt;/ul&gt;&lt;/td&gt; &lt;/tr&gt; &lt;/table&gt;
  • Antwort 唉 搞定php文件里面 的 html混合写法 你就能搞定了。。
    电动小老虎 Autor 2017-12-17 23:05:19
Beliebte Tutorials
Mehr>
Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage