A.Document.bgcolor
B.Document.fgColor
C.Document.location
D.Document.open
E.Window.write
第1题:
【单选题】6.6、下面语句语法正确的是()
A.int a=1.0;
B.char ch="h";
C.float f=4.0;
D.int c='a';
第2题:
下面的宏定义语句语法是正确的。 CRLF MACRO … ENDM
第3题:
下面的宏定义语句语法是正确的。 CRLF MACRO … CRLF ENDM
第4题:
请判断下面的句子语法是否正确: 奶奶的腿被没有撞伤。
第5题:
下面语句语法正确的是
A.if s==10
B.if s==10:
C.if s=10:
D.if s=10