日期:2014-05-18 浏览次数:21052 次
<asp:RadioButtonList ID="start" runat="server" RepeatDirection="Horizontal"
                      RepeatLayout="Flow" CssClass="radio">
              <asp:ListItem Value="1">可用</asp:ListItem>
              <asp:ListItem Value="0">不可用</asp:ListItem>
          </asp:RadioButtonList> 
<span id="start" class="radio"><input id="start_0" type="radio" name="start" value="1" /><label for="start_0">可用</label><input id="start_1" type="radio" name="start" value="0" /><label for="start_1">不可用</label></span>