. 在JavaScript中,使用open( )方法实现弹出窗口时,能够控制窗口大小无法调节的选项是 ( )。 A. window.open("show.html","弹出窗口","resizable=no"); B. window.open("show.html","弹出窗口","resizable=yes"); C. window.open("show.html","弹出窗口","resizable=0"); D. window.open("show.html","弹出窗口","resizable=1");