const cheerio= require('cheerio'); const request= require('request-promise');
request('https://liveboard.cafef.vn/',(error,response,html) => { if(!error && response.statusCode==200) { const =cheerio.load(html);consttab==cheerio.load(html); const tab==cheerio.load(html);consttab=('#myTable ') const tbody=tab.find('tbody') const tr=$(tbody).find('tr');
$(tr).each( (index,el) => { const stock= $(el).find('td'); $(stock).each( (ind,el1) => { const stock1= $(el1).text(); }) }) } else ( new Error(error) )
})
tôi không thể lấy được text trong thẻ <td> trong table id myTable , mong mọi người giúp đỡ cho
Total post views
131.1K
Reputations
3027
Following tags
8
Following users
44
Followers
62
Posts
37
Bookmarks
96
Total questions
0
Total answers
9
const cheerio= require('cheerio'); const request= require('request-promise');
request('https://liveboard.cafef.vn/',(error,response,html) => { if(!error && response.statusCode==200) { const =cheerio.load(html);consttab=('#myTable ') const tbody=tab.find('tbody') const tr=$(tbody).find('tr');
})
tôi không thể lấy được text trong thẻ <td> trong table id myTable , mong mọi người giúp đỡ cho