单项选择题
如果准备读文件,打开顺序文件“text.dat”的正确语句是()。
A.open ”text.dat” For write As # 1 B.open ”text.dat” For Binary As # 1 C.open ”text.dat” For Input As # 1 D.open ”text.dat” For Random As # 1
判断题 定时器控件的时间间隔设为0或Enabled属性设为False,都将停止触发Timer事件。
判断题 用Label1.Caption="你好"与Label1="你好"均可以改变标签标题,且结果完全相同。
判断题 一个数组中的元素必须是相同的数据类型。