没有搜到到结果?点击这里求解答/求资源。
【单选题】
打开名为 window2 新窗口 JavaScript 语法?( )

open.new(http://www.w3school.com.cn,window2)
new.window(http://www.w3school.com.cn,window2)
new(http://www.w3school.com.cn,window2)
window.open(http://www.w3school.com.cn,window2)
【单选题】
打开名为 window2 新窗口 JavaScript 语法?( )

open.new(http://www.w3school.com.cn,window2)
new.window(http://www.w3school.com.cn,window2)
new(http://www.w3school.com.cn,window2)
window.open(http://www.w3school.com.cn,window2)
【单选题】
javaScript中,运行下列代码结果 var d=1document.write(typcof(d));(选择一项)

char
number
string
undefined
【单选题】
The gardens and history of Suzhou ( ) all who visit there.

captivate
captive
captivation
captivating
【单选题】
The History of Tom Jones, a Foundling written by Henry Fielding is a/an __________

Essay
Novel
Prose
Poem
【单选题】
10.The play is based on ______event in history.

real
genuine
false
precise
【单选题】
分析下面JavaScript代码段,输出结果()。var mystring=I am a studenta=mystring.charAt(9);document.write(a);(选择一项)

I am a st
u
udent
t
【单选题】
The conference _____ next year will be an important event in the history of the country.

having been held
being held
to be held
held
【多选题】
JavaScript中,下列代码可以实现弹出窗口不可调节尺寸()(选择二项)

window.open(test.html,弹出窗口,resizable=no
window.open(test.html,弹出窗口,resizable=yes
window.open(test.html,弹出窗口,resizable=1
window.open(test.html,弹出窗口,resizable=0
【单选题】
JavaScript代码段如下,下面代码段分析正确( )。marquee direction=left onMouseOver=this.stop( ); onMouseOut=this.start( ); loop=100滚动文字/marquee则下列选项对代码段描述正确( )。(选择一项)

文字循环向右滚动100次,然后停止
文字向左无限次循环滚动;鼠标停在文字上时,文字停止滚动,移开时,继续滚动
文字循环向左滚动100次,鼠标停在文字上时,文字停止滚动,移开时,继续滚动
文字向左来回往复滚动,鼠标停在文字上时,文字停止滚动,移开时,继续滚动