posts - 4,  comments - 56,  trackbacks - 0
公告
12 2010 档案
mvc生成table
摘要: <table><% int count = Model.Count; int rowCount = count % 4 == 0 ? count / 4 : count / 4 + 1; for (int i = 0; i < rowCount; i++) {%> <tr> <%for (int j = 0; j < 4; j++) { %&g...阅读全文
posted @ 2010-12-06 15:04 Dreaming 阅读(230) | 评论 (1) 编辑