A.減少重復(fù)編程
B.統(tǒng)一編程風格
C.節(jié)省裝載JavaScript函數(shù)的時間
D.以上都是
您可能感興趣的試卷
你可能感興趣的試題
A. client.navName
B. navigator.appName
C. browser.name
A. open.new("http://www.w3school.com.cn","window2")
B. new.window("http://www.w3school.com.cn","window2")
C. new("http://www.w3school.com.cn","window2")
D. window.open("http://www.w3school.com.cn","window2")
A. Math.ceil(2,4)
B. Math.max(2,4)
C. ceil(2,4)
D. top(2,4)
A. round(7.25)
B. rnd(7.25)
C. Math.rnd(7.25)
D. Math.round(7.25)
A. /*This comment has more than one line*/
B. //This comment has more than one line//
C. <!--This comment has more than one line-->
最新試題
關(guān)于location的常用方法說法正確的有()
“Math.floor(1.1)”的計算結(jié)果是()
下列選項中,關(guān)于history對象的go()方法描述正確的有()
對于JavaScript的組成部分BOM描述錯誤的是()
Visual Studio Code編輯器簡體中文語言擴展是()
用于返回指定元素在數(shù)組中第一次出現(xiàn)的索引的方法是()
下列選項中,屬于輸入語句的是()
關(guān)于代碼“var obj ={x:10,y:20}”說法錯誤的是()
下列選項中,關(guān)于scroll系列屬性說法正確的有()
下列選項中,可以對用戶在瀏覽器中訪問過的歷史記錄進行操作的對象是()