const child_process = require('child_process'); const ch = child_process.spawn('test.bat', [], { shell: true, }) ch.stdout.on('data', (data) => {
確定! 回上一頁