单项选择题
请分析如下c#代码片段,选择正确的输出结果()
A.8,oday,Monday
B.7,day,Monday
C.7,day,day is Monday
D.8,oday,day is Monday
点击查看答案
相关考题
-
单项选择题
WinForms窗体程序中,()是主程序文件。
A.properties.cs
B.form.cs
C.form.designer.cs
D.program.cs -
多项选择题
Windows窗体应用中,要想分别使TextBox处于不可见状态和不可编辑状态,应分别使用如下哪两个()属性进行设置。
A.Locked
B.Visiable
C.Enabled
D.ReadOnly -
单项选择题
Windows窗体应用中,我们可使用()控件实现下拉选项框的功能。
A.TextBox
B.ComboBox
C.ListView
D.Label
