0

window.setResizable(false) 在 NWjs 中不起作用。window.enterFulscreen() 也未定义 NWjs 检查员。

我在 windows10 64 位电脑上,有最新的 NWjs 设置。

<script type="text/javascript">
    // Create a new window and get it
    // Open URL with default browser.

    window.enterFullscreen()
    // nw.Shell.openExternal('https://github.com/nwjs/nw.js');
     // window.setResizable(false);
</script>

我需要导入一些模块吗?如何导入?谢谢

4

1 回答 1

0

我知道了。我忘了var win = nw.Window.get(); 谢谢

于 2016-09-18T12:52:21.787 回答