批量提取页面所有链接

01-22 +关注
for(var a of document.getElementsByTagName('a')){console.log(a.href
地址: https://www.lanbu.net/d/133/95 地点: |国内| 变现: |白白|
内容形式: |其他|   终端UI: |都有|
|工具|
No.250
点击: 443

推荐理由: |工具|

N/P: 卡奥网等发卡平台集合/国内httpip池高匿ip代理

站点详情

>返回列表

批量提取页面所有链接



for(var a of document.getElementsByTagName('a')){
console.log(a.href)
}

右键 审查元素 在console中输入