How to run Shell Command in Nodejs ... const { exec} = require('child_process');. const child = exec('ls', ['-lh', '/usr']);. console.log('error', ...
確定! 回上一頁