为了账号安全,请及时绑定邮箱和手机立即绑定

把第4点转换后的数组用遍历结合table标签输出. <table> <tr> <td></td> </tr> </table>

把第4点转换后的数组用遍历结合table标签输出.

<table>

      <tr>

           <td></td>

      </tr>

</table>


正在回答

2 回答

<?php 
//
$fruit = array("苹果","香蕉","菠萝");
$strr = "<table>";
foreach($fruit as $value){
    $strr .= "<tr><td>".$value."</td></tr>";
}
$strr .= "</table>";
echo $strr;
?>


0 回复 有任何疑惑可以回复我~

<table>

      <tr>

           <td></td>

      </tr>

</table>


0 回复 有任何疑惑可以回复我~
#1

慕村2831784 提问者

我要的是代码大哥
2017-07-09 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

把第4点转换后的数组用遍历结合table标签输出. <table> <tr> <td></td> </tr> </table>

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信