下列打开指定位置新窗口的代码中正确的是()。

7 查阅

下列打开指定位置新窗口的代码中正确的是()。

A.window.open(“window2.html”)

B.window.open(“window2.html”,”new”)

C.window.open(“window2.html”,”new”,”top=10”)

D.window,open(“new”,”window2.html”)

参考答案:

答案:window.open(“window2.html”,”new”,”top=10”)