A、简单类型
B、数组类型
C、枚举类型
D、结构类型
A、documentwrite()
B、windowwrite()
C、documentconfirm()
D、write“,”
ADO基本和核心的对象有三个:Connection连接对象、Command命令对象和:()
A、Field对象
B、Recordset对象
C、Parameter对象
D、Property对象
以下Javsscript的运行结果为
varm=false;
if(m==true)
document.write("True");
else
document.write("False");
A、False
B、True
C、None
D、运行时出错