$rownum){ $picindex = 1; $newrow = 1; }">
时间:2021-07-01 10:21:17 帮助过:4人阅读
| if($newrow == 1){
 | 
  你的  
       if($newrow == 1){           
          echo "
  标签不完整  
 if($picindex > $rownum){  
          $picindex = 1;  
          $newrow = 1;  
       }     
  
 前五次$picindex 肯定小于$rownum ,也就是说刚开始并没有
  循环里面改为  
  
      if($picindex > $rownum){         $picindex = 1;      }               if($picindex == 1){                  echo "";                  //输出   即为 换行               } ?>                                                           "> 
                   ">                  
                   	  ";      }      $picindex++;     jam00  
 果酱很好吃  说的对的,  
  
   if($picindex == $rownum){  
          echo "
 ";      
       }  
  
 当 $picindex == $rownum 时,才能输入