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
最新試題
關(guān)于添加或刪除數(shù)組元素的方法描述正確的有()
下列選項中,關(guān)于scroll系列屬性說法正確的有()
對于JavaScript的組成部分BOM描述錯誤的是()
下列選項中,哪些情況屬于跨域請求()
可以在HTML文檔中輸出內(nèi)容的是()
下列選項中,屬于清除定時器方法的有()
下列選項中,用于根據(jù)CSS選擇器獲取元素的方法有()
下列選項中,關(guān)于節(jié)點的層級說法正確的有()
關(guān)于location的常用方法說法正確的有()
下列選項中,屬于img元素內(nèi)置屬性的有()