摘要:
phantomjs - node.js parse child process output line by line (spawn) - Stack OverflowTry this:cspr.stdout.setEncoding('utf8');
cspr.stdout.on('data', function(data) { var str = data.toString(), lines ... 阅读全文
posted @ 2012-05-07 13:23
lexus
阅读(288)
评论(0)
推荐(0)