NAME LABEL是指()。
A、座位号
B、行李标签
C、姓名标签
D、登机牌
A、座位号
B、行李标签
C、姓名标签
D、登机牌
A、A."Label"、"Label" B、B."Label1"、"VisualBasic" C、C."Label1"、"Label1" D、D."Caption"、"Label"
A、<asp:Label BackColor="White" ForeColor="Blue" Font-Name="Times New Roman"Font-Size="10px" /> B、<asp:Label runat="server" ID="BlueLabel" BackColor="White" ForeColor="Blue"Font-Name="Times New Roman" Font-Size="10px" /> C、<asp:Label ID="BlueLabel" BackColor="White" ForeColor="Blue" Font-Name="Times New Roman" Font-Size="10px" /> D、<asp:Label runat="server" BackColor="White" ForeColor="Blue"Font-Name="Times New Roman" Font-Size="10px" />