求for的雙循環作業的答案,效果是這樣
beautiful.tomrrow
beautiful.tomrrow 2018-05-04 17:33:43
0
2
1457

微信截图_20180504173334.png

#
beautiful.tomrrow
beautiful.tomrrow

全部回覆(2)
攀多多

<?php 

//以下是雙層for,你應該可以看懂

echo '<table width="800" border="1">' ; 

$m=0;

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

for($y=0;$y&lt ;10;$y++){ 

echo '<td>'.$m.'</td>'; 

$m++;

if($i%2==0){ 

echo '<tr bgcolor="red">';

else echo '</tr>'; } 

echo "</table>"; 

?>


恋上设计

雷雷

熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板
關於我們 免責聲明 Sitemap
PHP中文網:公益線上PHP培訓,幫助PHP學習者快速成長!