问题描述
<center><tablestyle="width:60%;"align="center"><tr><thstyle="border:1pxsolid#F2F7FA;font-size:x-large;border-bottom-style:none;background-color:#F2F7FA;color:#003366;">排名</th><thstyle="border:1pxsolid#F2F7FA;font-size:x-large;border-bottom-style:none;background-color:#F2F7FA;color:#003366;">活动</th></tr><tr><tdstyle="font-size:x-large;border:1pxsolid#F2F7FA;border-right:none;border-bottom-style:none">1</td><tdclass="TestStyle"style="border:1pxsolid#F2F7FA;border-bottom-style:none"><asp:LabelID="lbl1"runat="server"></asp:Label></td></tr><tr><tdstyle="font-size:x-large;border:1pxsolid#F2F7FA;border-right:none;border-bottom-style:none">2</td><tdclass="TestStyle"style="border:1pxsolid#F2F7FA;border-bottom-style:none"><asp:LabelID="lbl2"runat="server"></asp:Label></td></tr><tr><tdstyle="font-size:x-large;border:1pxsolid#F2F7FA;border-right:none;border-bottom-style:none">3</td><tdclass="TestStyle"style="border:1pxsolid#F2F7FA;border-bottom-style:none"><asp:LabelID="lbl3"runat="server"></asp:Label></td></tr><tr><tdstyle="font-size:x-large;border:1pxsolid#F2F7FA;border-right:none;border-bottom-style:none">4</td><tdclass="TestStyle"style="border:1pxsolid#F2F7FA;border-bottom-style:none"><asp:LabelID="lbl4"runat="server"></asp:Label></td></tr><tr><tdstyle="font-size:x-large;border:1pxsolid#F2F7FA;border-right:none;border-bottom-style:none">5</td><tdclass="TestStyle"style="border:1pxsolid#F2F7FA;border-bottom-style:none"><asp:LabelID="lbl5"runat="server"></asp:Label></td></tr><tr><tdclass="auto-style1"style="font-size:x-large;border:1pxsolid#F2F7FA;border-right:none;border-bottom-style:none">6</td><tdclass="TestStyle"style="border:1pxsolid#F2F7FA;border-bottom-style:none"><asp:LabelID="lbl6"runat="server"></asp:Label></td></tr><tr><tdstyle="font-size:x-large;border:1pxsolid#F2F7FA;border-right:none;border-bottom-style:none">7</td><tdclass="TestStyle"style="border:1pxsolid#F2F7FA;border-bottom-style:none"><asp:LabelID="lbl7"runat="server"></asp:Label></td></tr><tr><tdstyle="font-size:x-large;border:1pxsolid#F2F7FA;border-right:none;border-bottom-style:none">8</td><tdclass="TestStyle"style="border:1pxsolid#F2F7FA;border-bottom-style:none"><asp:LabelID="lbl8"runat="server"></asp:Label></td></tr><tr><tdstyle="font-size:x-large;border:1pxsolid#F2F7FA;border-right:none;border-bottom-style:none">9</td><tdclass="TestStyle"style="border:1pxsolid#F2F7FA;border-bottom-style:none"><asp:LabelID="lbl9"runat="server"></asp:Label></td></tr><tr><tdstyle="font-size:x-large;border:1pxsolid#F2F7FA;border-right:none;">10</td><tdclass="TestStyle"style="border:1pxsolid#F2F7FA;border-right:none;"><asp:LabelID="lbl10"runat="server"></asp:Label></td></tr></table></center>怎么循环出来呢着急
解决方案
解决方案二:
<%for(inti=0;i<10;i++){%><标签/><%}%>
解决方案三:
大神能不能详细点。。。。我是新手
解决方案四:
那个lbl也要循环显示的啊
解决方案五:
<%for(inti=0;i<10;i++){%><tr><tdstyle="font-size:x-large;border:1pxsolid#F2F7FA;border-right:none;border-bottom-style:none"><%#=(i+1)%></td><tdclass="TestStyle"style="border:1pxsolid#F2F7FA;border-bottom-style:none"><asp:LabelID=<%#="lbl"+(i+1)%>runat="server"></asp:Label></td></tr><%}%>
解决方案六:
没看到你后面的文字到底从哪里绑定出来的反正<%%>就代表里面是C#语法了