table tr foreach td 换行

 @{ int c=;}
<table style="width:100%;border:0;" cellspacing="" cellpadding="" class="sy_table">
<tr>
@foreach (DataRow dr in (ViewBag.proList as DataTable).Rows)
{
if (c <= )
{
<td><a href=""> @dr["proname"].ToString() </a></td>
}
c++;
if (c%==)
{
<tr></tr>
}
if (c > )
{
<td style="border-top:0;"><a href=""> @dr["proname"].ToString()</a></td>
}
}
</tr>
</table>
上一篇:ArrayList 源码阅读记录


下一篇:element-ui中table表头表格错误问题解决