const { execSync } = require('child_process'); // stderr is sent to stderr ... set options.stdio if you want it to go elsewhere let stdout = execSync('ls');.
確定! 回上一頁