若有以下程序执行时若输入:Fig flower is red.<;回车>;则输出结果是A.Fig flower is red.is blue.B.Fig flower is red.C.Fig floweris red.D.Fig floweris
若有以下程序
执行时若输入:
Fig flower is red.<;回车>;
则输出结果是
A.Fig flower is red.is blue.
B.Fig flower is red.
C.Fig floweris red.
D.Fig floweris
相关考题:
要向Applet传递参数,应该在下列drawing.html文件的下画线处填人的选项是( )。A.param image,”flower.gif”B.param image value=flower.gifC.param name=image value=”flower.gif”D.2param name=”image”value=”flower.gif”
要向Applet传递参数,应该在下列drawing.htnll文件的下画线处填入的选项是( )。A.param image,”flower.gif”B.param image value=flower.gifC.param name=image value=”flower.gif”D.param name”image”value=”flower.gif”
若有以下程序执行时若输入:(其中<;Enter>;表示回车符)Fig flower is red.<;Enter>;则输出结果是A.wet is red.Fig Co is blue.B.wet is red.Fig floC.wet is red.The sky is blue.D.Fig flower is red.The sky is blue.
在JavaScript中,以下( )能隐藏id为flower的div A.document.getElementById("flower").style.display="none";B.document.getElementById("flower").style.display="hidden";C.document.getElementById("flower").style.visibility="none";D.document.getElementById("flower").style.visibility="hidden"