码迷,mamicode.com
首页 > Web开发 > 详细

js 抓取 表格数据

时间:2020-06-03 13:33:13      阅读:73      评论:0      收藏:0      [点我收藏+]

标签:表格   png   UNC   from   nbsp   技术   rom   src   find   

技术图片

 

 

function getData(selector) {
    return $(selector || ‘table‘).map((x, y) => group(Array.from($(y).find(‘td‘)), $(y).find(‘tr:has(td):first td‘).length, console.log($(y).find(‘tr:has(td):first td‘).length)).map(a => Array.from(a).map(b => b.textContent)).filter(x => x.length != 0))
        .filter(x => x.length != 0);
}

 

js 抓取 表格数据

标签:表格   png   UNC   from   nbsp   技术   rom   src   find   

原文地址:https://www.cnblogs.com/zhuwansu/p/13036714.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!