利用子程序spawn呼叫系統命令. const child_process = require('child_process'); let cmd = 'rm'; let args = ('-rf ./demo').split(' '); let task ...
確定! 回上一頁