标签:UI 打开 nbsp new 办公 shell join 系统 log
通过打开本地空白文件的方式从而打开Office办公软件
const shell = require(‘electron‘).shell; const path = require(‘path‘); shell.openItem(path.join(__dirname, ‘new.docx‘));
标签:UI 打开 nbsp new 办公 shell join 系统 log
原文地址:http://www.cnblogs.com/yshyee/p/6857564.html