mainWindow.loadURL('http://127.0.0.1:4200');
const { shell } = require('electron');
shell.openExternal('file://D:/test.docx');
const SerialPort = require('serialport');
我知道有similar question但没有确认答案。我只想确定。
提前致谢。
答案 0 :(得分:0)
是的,有一个角度包装器在渲染器过程中提供Electron API,称为file_get_contents('error.log');
(当然还有其他类似的模块可用)。您可以访问here。