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)于scroll系列屬性說法正確的有()
關(guān)于添加或刪除數(shù)組元素的方法描述正確的有()
下列classList對象的常用方法中,用于切換元素樣式的方法是()
下列選項中,屬于清除定時器方法的有()
關(guān)于location的常用方法說法正確的有()
下列選項中,運算符“--”可以操作的數(shù)據(jù)類型有()
Visual Studio Code編輯器簡體中文語言擴展是()
可以在HTML文檔中輸出內(nèi)容的是()
下面關(guān)于classList.remove()方法說法錯誤的是()
下列選項中,關(guān)于節(jié)點的層級說法正確的有()