You need to pass also \n symbol to get your command work: var spawn = require('child_process').spawn, child = spawn('phantomjs'); ...
確定! 回上一頁