摘要: 右键 审查元素 在console中输入for(var a of document.getElementsByTagName('a')){console.log(a.href)} 阅读全文
posted @ 2021-10-11 10:01 我有清茶与酒 阅读(1303) 评论(0) 推荐(1) 编辑
摘要: =表示弱匹配 ==表示全匹配 title="abc" 从标题中搜索abc。例:标题中有北京的网站 在这里插入代码片 header="abc" 从http头中搜索abc。例:jboss服务器 header="jboss" body="abc" 从html正文中搜索abc。例:正文包含Hacked by 阅读全文
posted @ 2021-10-11 09:59 我有清茶与酒 阅读(2640) 评论(0) 推荐(1) 编辑