Kevin

Results 1 issues of Kevin

topicUrls.forEach(function(topicUrl) { superagent.get(topicUrl) .end(function(err, res) { console.log('fetch ' + topicUrl + ' successful'); ep.emit('topic_html', [topicUrl, res.Text]); }); }); res.Text 应该是res.text