标签: node-webkit nw.js
在按钮上单击一个.js文件,并在其中写入以下代码:
nw.Window.open('https://github.com', {}, function(new_win) {});
但它会打开一个新的空白窗口。
我在做什么错