http://nwjs.net/doc/api/command-line-options.html
1.启动一个网页
--url=https://www.baidu.com
用于在完全没有package.nw打包文件夹的情况下,把nw当成隐藏地址栏的浏览器用:
2 单进程启动
--single-process --disable-crash-handler=true
合起来
./nw.exe --single-process --disable-crash-handler=true --url=https://www.baidu.com