A.document.forms.myButton
B.document.mainForm.myButton
C.document.forms[0].element[0]
D.以上都可以
您可能感興趣的試卷
你可能感興趣的試題
A.是不可能的
B.通過document.write(“新的標題內(nèi)容”)
C.通過document.title=(“新的標題內(nèi)容”)
D.通過document.changeTitle(“新的標題內(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
最新試題
“Math.floor(1.1)”的計算結(jié)果是()
下列Date對象方法中,用于獲取年份的方法是()
以下關(guān)鍵字中與函數(shù)的定義無關(guān)的有()
下列選項中,屬于輸入語句的是()
下列選項中,當頁面加載完畢后會觸發(fā)的事件是()
關(guān)于offset系列屬性和style屬性的說法,正確的是()
以下不屬于JavaScript代碼編輯器的是()
關(guān)于location的常用方法說法正確的有()
下列選項中,利用對象字面量創(chuàng)建對象的說法正確的有()
下列選項中,可以對用戶在瀏覽器中訪問過的歷史記錄進行操作的對象是()