`
wshyj18
  • 浏览: 167276 次
  • 性别: Icon_minigender_1
  • 来自: 北京
文章分类
社区版块
存档分类
最新评论

for循环表单一行放3个

 
阅读更多

for(var i=0; i<items.length; i++){
     if(i==0||(i)%3==0){
                 info.push('<tr>');
     }
                 info.push('<td class="fws"><a  onclick=viewProject("'+items[i].ID+'")><img width="70" height="70" style="border-style: solid; border-color: #111111;"');
        info.push('src="'+ Global.contextPath +'/component/upload.do?action=download&fileId='+ items[i].MOBILE +'">'+items[i].NAME+'</a>');
        info.push('</td>');
        if((i+1)%3==0||i==2){
     info.push('</tr>');
        }
    }

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics