没有搜到到结果?点击这里求解答/求资源。
【单选题】
下列输入类型用于定义控件无时区( )。

date
week
year
time
【判断题】
slider输入类型定义滑块控件( )

正确
错误
【单选题】
下列控件中可用于接受用户输入文本,又可用于显示文本()。

Label控件
TextBox控件
Timer控件
CommandButton控件
【判断题】
CompareValidator控件不能用于验证数据类型

正确
错误
【单选题】
当需要用控件输入性别时,应选择控件

CheckBox
CheckBoxList
Lable
RadioButtonList
【单选题】
在窗体控件中,用于显示数据表中数据最常用控件()。

标签控件
复选框控件
文本框控件
选项组控件
【判断题】
用户控件中可以定义属性。

正确
错误
【单选题】
下列()对结构类型变量定义错误

structteacher{intnum;intage;}teach1;
struct{intnum;intage;}teach1,teach2;
struct{intnum;intage;}teacher;structteacherteach1;
structteacher{intnum;intage;};structteacherteach1;
【单选题】
下列()对结构类型变量定义错误

struct teacher {int num; int age; } teach1;
struct {int num; int age; } teach1, teach2;
struct {int num; int age; } teacher; struct teacher teach1;
struct teacher {int num; int age; } ; struct teacher teach1;
【简答题】
input /标记有多个属性,其中_____ 属性为其最基本属性,用于指定不同控件类型