resizable控制窗口能否被调整大小,设置resizable为false不起作用时,请参考下面: var gui = require('nw.gui'); var win = gui.Window.get(); win.setResizable(false);