Electron 调用系统工具记事本、计算器等

const child = require('child_process').exec;
child('notepad', function(err, data) {});//打开记事本
child('calc', function(err, data) {});//打开计算器

 

posted @ 2017-05-15 17:54  yshy  阅读(1298)  评论(0编辑  收藏  举报