單項選擇題在javascript中,下列能實現(xiàn)在頁面輸出并換行的是()
A.document.writeln("hello")
B.document.write("hello\n")
C.document.write("hello")
D.document.writeln("hello\n")
您可能感興趣的試卷
你可能感興趣的試題
1.單項選擇題()方法會彈出一個提示對話框,并等待用戶輸入一行數(shù)據(jù)。
A.confirm()
B.alert()
C.prompt()
D.show()
2.單項選擇題window對象的常用屬性不包括()
A.status
B.history
C.document
D.alert
3.單項選擇題()方法能以指定的周期重復(fù)調(diào)用某個函數(shù)。
A.setTimeout
B.setInterval
C.clearTimeout
D.clearInterval
4.單項選擇題下列哪一項不是window對象的方法?()
A.setTimeout()
B.setInterval()
C.onload()
D.alert()
5.單項選擇題用來根據(jù)標簽的name屬性獲取一組元素的方法是()
A.getElmentsByTagName()
B.getElementsByName()
C.getElements()
D.getElementysById()
最新試題
對于JavaScript的組成部分BOM描述錯誤的是()
題型:單項選擇題
以下不屬于JavaScript代碼編輯器的是()
題型:單項選擇題
下列選項中,JavaScript中的數(shù)字可以分為()
題型:多項選擇題
以下關(guān)鍵字中與函數(shù)的定義無關(guān)的有()
題型:多項選擇題
下列選項中,屬于img元素內(nèi)置屬性的有()
題型:多項選擇題
關(guān)于代碼“var obj ={x:10,y:20}”說法錯誤的是()
題型:單項選擇題
用于返回指定元素在數(shù)組中第一次出現(xiàn)的索引的方法是()
題型:單項選擇題
下列選項中,關(guān)于scroll系列屬性說法正確的有()
題型:多項選擇題
下列Date對象方法中,用于獲取年份的方法是()
題型:單項選擇題
下列classList對象的常用方法中,用于切換元素樣式的方法是()
題型:單項選擇題