child_process.exec(command[, options][, callback]). 創建一個shell,然后在shell里執行命令。執行完成后,將stdout、stderr作為參數傳入回調方法。
確定! 回上一頁