摘要: aspx页面:1 <body>2 <form id="form1" runat="server">3 <asp:CheckBox ID="CheckBox1" runat="server" Text="中国洛阳" />4 </form>5 </body>在浏览器中显示的html代码: 1 <body> 2 <form method="post" action="WebForm4.aspx& 阅读全文
posted @ 2012-04-13 10:18 学之乐 阅读(309) 评论(0) 推荐(0) 编辑