时间:2021-07-01 10:21:17 帮助过:6人阅读
第一列 | 第二列 |
如:是其他字符类型,需要用到函数转化:
<?php $str = "Hello world. It's a beautiful day."; print_r (explode(" ",$str)); ?>
结果:
Array ( [0] => Hello [1] => world. [2] => It's [3] => a [4] => beautiful [5] => day. )
http://www.bkjia.com/PHPjc/1011951.htmlwww.bkjia.comtruehttp://www.bkjia.com/PHPjc/1011951.htmlTechArticlephp循环table实现一行两列显示的方法,table两列 table width="100%" border="0" cellspacing="1" cellpadding="0" style="background:#CCC" tr td align="center" bgcolor="#F...