nếu nhưgói.json中的窗口A打开一个新窗口B,node-main如何访问它?这是我的代码:
gói.json
{ "main": "index.html", "name": "Hello NW.js", "node-main": "nodemain.js", "window": { "toolbar": true } }
index.html