單項選擇題在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()