A.document.forms.myButton
B.document.mainForm.myButton
C.document.forms[0].element[0]
D.以上都可以
您可能感興趣的試卷
你可能感興趣的試題
A.是不可能的
B.通過document.write(“新的標(biāo)題內(nèi)容”)
C.通過document.title=(“新的標(biāo)題內(nèi)容”)
D.通過document.changeTitle(“新的標(biāo)題內(nèi)容”)
A.Now()
B.Date()
C.new Date()
D.new Now()
A.Math.floor(Math.random()*6)
B.Math.floor(Math.random()*7)
C.Math.floor(Math.random()*8)
D.Math.ceil(Math.random()*8)
A.s.toSmallCase()
B.s.toLowerCase()
C.s.toUpperCase()
D.s.toUpperChars()
A.x〈10
B.x〈=10
C.x〈20
D.x〈=20
最新試題
下列選項(xiàng)中,利用對象字面量創(chuàng)建對象的說法正確的有()
關(guān)于location的常用方法說法正確的有()
下列選項(xiàng)中,可以對用戶在瀏覽器中訪問過的歷史記錄進(jìn)行操作的對象是()
下列選項(xiàng)中,哪些情況屬于跨域請求()
下列選項(xiàng)中,屬于輸入語句的是()
可以在HTML文檔中輸出內(nèi)容的是()
關(guān)于代碼“var obj ={x:10,y:20}”說法錯(cuò)誤的是()
下列選項(xiàng)中,JavaScript可以實(shí)現(xiàn)的交互效果有()
下列選項(xiàng)中,關(guān)于scroll系列屬性說法正確的有()
下列選項(xiàng)中,JavaScript中的數(shù)字可以分為()