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