A.onError
B.onMouseOut
C.onLoad
D.onOpen
您可能感興趣的試卷
你可能感興趣的試題
A.alert;clear;close
B.clear;close;open
C.alert;close;confirm
D.alert;setTimeout;write
A.window.setTimeout(1000,expression);
B.window.setTimeout(expression,1);
C.window.setTimeout(1,expression);
D.window.setTimeout(expression,1000);
A.創(chuàng)建父類對象作為子類的原型(prototype)
B.使用 extends 關(guān)鍵子繼承父類
C.創(chuàng)建子類對象作為父類的原型(prototype)
D.使用 class 關(guān)鍵子繼承父類
A.function show(text){ alert(text); }
B.var showFun = function show(text){ alert(text); }
C.var showFun = function(text){ alert(text); }
D.var showFun =new function("text" , "alert(text)"};
A.string
B.number
C.function
D.boolean
最新試題
可以在HTML文檔中輸出內(nèi)容的是()
下列選項(xiàng)中,可控制瀏覽器實(shí)現(xiàn)“前進(jìn)”功能的有()
關(guān)于代碼“var obj ={x:10,y:20}”說法錯(cuò)誤的是()
以下不屬于JavaScript代碼編輯器的是()
下列選項(xiàng)中,屬于清除定時(shí)器方法的有()
屬于navigator對象屬性的有()
下列選項(xiàng)中,用于根據(jù)CSS選擇器獲取元素的方法有()
下列Date對象方法中,用于獲取年份的方法是()
下列選項(xiàng)中,可以對用戶在瀏覽器中訪問過的歷史記錄進(jìn)行操作的對象是()
下列選項(xiàng)中,關(guān)于history對象的go()方法描述正確的有()