execSync (command[, options]); child_process. ... execSync; const stdout = execSync('cat *.js file | wc -l'); console.log(`stdout: ${stdout}`); ...
確定! 回上一頁