没有搜到到结果?点击这里求解答/求资源。
【单选题】
JavaScriptLoad事件作用是( )。

浏览器窗口加载页面时,执行JavaScript事件
浏览器窗口离开页面时,执行JavaScript事件
用户提交一个表单时,执行JavaScript事件
鼠标移出对象时,执行JavaScript事件
【单选题】
定义 JavaScript 数组正确方法?( )

var txt = new Array=George,John,Thomas
var txt = new Array(1:George,2:John,3:Thomas)
var txt = new Array(George,John,Thomas)
var txt = new Array:1=(George)2=(John)3=(Thomas)
【单选题】
定义 JavaScript 数组正确方法?( )

var txt = new Array=George,John,Thomas
var txt = new Array(1:George,2:John,3:Thomas)
var txt = new Array(George,John,Thomas)
var txt = new Array:1=(George)2=(John)3=(Thomas)
【单选题】
下列属于JavaScript常量( )。

NaN
undfined
Math.PI
Infinity
【单选题】
In this book the writer gives us a(n)____ picture of social history.

precise
exact
accurate
correct
【单选题】
______ is not the representative writer in the Age of Realism in the literary history of the United States.

Henry James
Ezra Pound
William Dean Howells
Mark Twain
【判断题】
The History of Tom Jones, a Foundling written by Henry Fielding is a/an Essay.

正确
错误
【单选题】
A: Im keen on researching my family history. B: [填空]

I do too.
Neither do I.
Arent you?
So am I.
【单选题】
下面代码:int a[5];int *p;a[0]=1;a[1]=2;p=a;*p

a
1
2
null
【单选题】
关于history对象常用方法,以下说法正确()(选择一项)

back()用于加载前一个url
forward()用于加载下一个url
go()用于加载某个指定url
以上说法均正确