标签: node.js electron chromium
我主要了解第一个渲染是index.html:
win.loadURL(url.format({ pathname: path.join(__dirname, 'index.html'), protocol: 'file:', slashes: true }));
但是当我单击index.html内的链接时,我需要该应用程序渲染其他页面,但是如何?