js 抓取 表格数据
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); }
相关推荐
移动开发与培训 2020-08-16
ReunionIsland 2020-08-16
云中舞步 2020-11-12
杨德龙 2020-11-11
JohnYork 2020-10-16
wangzhaotongalex 2020-09-22
xiaoseyihe 2020-11-16
不要皱眉 2020-10-14
Crazyshark 2020-11-13
K先生 2020-11-10
momode 2020-09-11
思君夜未眠 2020-09-04
点滴技术生活 2020-08-21
MaggieRose 2020-08-19
kevinweijc 2020-08-18
wintershii 2020-08-17
vapaad 2020-08-17
wera00 2020-08-17
JimyFengqi 2020-08-16