下面语法正确的是()A.Document.bgcolorB.Document.fgColorC.Document.locationD.Document.openE.Window.write

题目
下面语法正确的是()

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';


    C

  • 第2题:

    下面的宏定义语句语法是正确的。 CRLF MACRO … ENDM


    A

  • 第3题:

    下面的宏定义语句语法是正确的。 CRLF MACRO … CRLF ENDM


    A

  • 第4题:

    请判断下面的句子语法是否正确: 奶奶的腿被没有撞伤。


    错误

  • 第5题:

    下面语句语法正确的是

    A.if s==10

    B.if s==10:

    C.if s=10:

    D.if s=10


    D