摘要: const childProcess = require('child_process'); const exec = childProcess.exec function viewProcessMessage (name, cb) { let cmd = process.platform === 'win32' ? 'tasklist' : 'ps aux' exec(cmd, fu... 阅读全文
posted @ 2017-12-28 11:22 一夜梦想 阅读(5121) 评论(0) 推荐(0) 编辑