單項選擇題在“Confirm”對話框中,“確定”返回true,“取消”返回()。

A.false
B.null
C.wrong
D.undefined


您可能感興趣的試卷

你可能感興趣的試題

3.單項選擇題對象的屬性與變量類似,而方法類似于()。

A.函數(shù)(functions)
B.屬性(properties)
C.條件語句(conditionals)
D.循環(huán)語句

4.單項選擇題switch語句通常使用多少個case?()

A.可以根據(jù)需要擁有多個case
B.1-2個
C.2-3個
D.只能一個

5.多項選擇題在XHTML中,哪種方式可以訪問到body的相關(guān)屬性?()

A.document.body.scrollTop
B.document.body.scrollTop()
C.document.documentElement.scrollTop
D.document.body.display.top