var child = require('child_process');. var myREPL = child.spawn('node');. myREPL.stdout.pipe(process.stdout, { end: false });.
確定! 回上一頁