下列打开指定位置新窗口的代码中正确的是()。
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”)
发布时间:2025-07-11 19:16:21
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”)