题目:在JavaScript中,下列代码可以实现弹出的窗口不可调节尺寸的是() (选择二项)
A. window.open("test.html","弹出窗口","resizable=no");
B. window.open("test.html","弹出窗口","resizable=yes");
C. window.open("test.html","弹出窗口","resizable=1");
D. window.open("test.html","弹出窗口","resizable=0");
答案:评论后可见此内容