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>
我需要导入一些模块吗?如何导入?谢谢