A. open.new("http://www.w3school.com.cn","window2")
B. new.window("http://www.w3school.com.cn","window2")
C. new("http://www.w3school.com.cn","window2")
D. window.open("http://www.w3school.com.cn","window2")
您可能感興趣的試卷
你可能感興趣的試題
A. Math.ceil(2,4)
B. Math.max(2,4)
C. ceil(2,4)
D. top(2,4)
A. round(7.25)
B. rnd(7.25)
C. Math.rnd(7.25)
D. Math.round(7.25)
A. /*This comment has more than one line*/
B. //This comment has more than one line//
C. <!--This comment has more than one line-->
A. ' This is a comment
B. <!--This is a comment-->
C. //This is a comment
A. for (i <= 5; i++)
B. for (i = 0; i <= 5; i++)
C. for (i = 0; i <= 5)
D. for i = 1 to 5
最新試題
關于location的常用方法說法正確的有()
關于location的常用屬性說法錯誤的是()
以下不屬于JavaScript代碼編輯器的是()
屬于navigator對象屬性的有()
下列classList對象的常用方法中,用于切換元素樣式的方法是()
下面關于classList.remove()方法說法錯誤的是()
對于JavaScript的組成部分BOM描述錯誤的是()
下列Date對象方法中,用于獲取年份的方法是()
“Math.floor(1.1)”的計算結果是()
Visual Studio Code編輯器簡體中文語言擴展是()