It uses the exec function to launch the cat/type program and then prints out all the output when you're done: var exec = require('child_process').exec, ...
確定! 回上一頁