摘要: var process = require('child_process'); var cmd = 'ifconfig'; process.exec(cmd, function(error, stdout, stderr) { console.log("error:"+error); console 阅读全文
posted @ 2019-12-03 10:22 _DC 阅读(12886) 评论(0) 推荐(1) 编辑