This commit is contained in:
wushenghua
2016-02-24 11:26:30 +08:00
parent f692c26c8b
commit dca36711a2
5 changed files with 13 additions and 4 deletions
+1
View File
@@ -30,6 +30,7 @@ router.get('/list',function(req, res, next){
console.log(req.query);
// console.log(rest);
var topicUrls = [];
if(typeof rest.text == 'undefined')return;
var $ = cheerio.load(rest.text);