while循环案例

<?php /** * Created by PhpStorm. * User: moka * Date: 2017/2/14 * Time: 10:12 */ $i = 0; echo '<table width="800" border="1">'; while ($i<100){ //0-9为一行 //10-19为一行 if($i%10 ==0){
相关文章
相关标签/搜索