單項(xiàng)選擇題要獲取一個(gè)ID為username的表單元素的值,不正確的代碼是()

A.document.username.value
B.document.all.username.value
C.document.getElementById(“username”).value
D.如果表單元素外層無(wú)表單,則可以直接使用username.value


您可能感興趣的試卷

你可能感興趣的試題

1.單項(xiàng)選擇題在JavaScript中,以下代碼能產(chǎn)生輸出的是()

A.document.write()
B.window.write()
C.document.confirm()
D.write “The Undefined Function”

2.單項(xiàng)選擇題在JavaScript中,以下代碼能并閉一個(gè)窗口的是()

A.window.exit()
B.window.shutdown()
C.window.end()
D.window.close()

3.單項(xiàng)選擇題下列名稱中,能作為變量名的是()

A.pArray
B.this
C.function
D.*pNumber

4.單項(xiàng)選擇題表達(dá)式”This is my”+” book”的結(jié)果是()(注:其中,字符T的ASCII碼為84,字符b的ASCII碼為98)

A.100
B.84his is my 98ook
C.This is my book
D.不能計(jì)算,要報(bào)錯(cuò)

5.單項(xiàng)選擇題JavaScript是一種()語(yǔ)言

A.匯編語(yǔ)言
B.高級(jí)語(yǔ)言
C.腳本語(yǔ)言
D.近似語(yǔ)言