[单选题]如图,在一个ASPX页面中,有四个RadioButton控件,他们的HTML 代码如下,在图示状态下,当及户单击足球RadioButton控件后,下列说法正确的是( ) <asp:RadoioButton id=”RadioButton1” groupName=”bigBall” runat=”server” Text=”篮球”></asp:RadioButton> <asp:RadioButton id=”RadioButton2” groupName=”bigBall” runat=”server” Text=”足球”></asp:RadioButton> <asp:RadoioButton id=”RadioButton3” groupName=”littleBall” runat=”server”Text=”乒乓球”></asp:RadioButton> <asp:RadioButton id=”RadioButton4” groupName=”littleBall” runat=”server” Text=”羽毛球”></asp:RadioButton> (选择一项)
竞赛题库
|
2023-10-27 16:28:09
|
14
[单选题]如图,在一个ASPX页面中,有四个RadioButton控件,他们的HTML 代码如下,在图示状态下,当及户单击足球RadioButton控件后,下列说法正确的是( ) <asp:RadoioButton id=”RadioButton1” groupName=”bigBall” runat=”server” Text=”篮球”></asp:RadioButton> <asp:RadioButton id=”RadioButton2” groupName=”bigBall” runat=”server” Text=”足球”></asp:RadioButton> <asp:RadoioButton id=”RadioButton3” groupName=”littleBall” runat=”server”Text=”乒乓球”></asp:RadioButton> <asp:RadioButton id=”RadioButton4” groupName=”littleBall” runat=”server” Text=”羽毛球”></asp:RadioButton> (选择一项)

A.篮球RadioButton控件的Checked属性变为False
B.乒乓球RadioButton控件的Checked履带 性变为False
C.羽毛球RadioButton控件的Checked属性变为True
D.篮球RadioButton控件的Checked属性仍为True
查看答案

西南科技大学

动态网站建设编程

您可能感兴趣的试题
TOP