【发布时间】:2019-08-29 03:12:55
【问题描述】:
我需要在我的网站上搜索属性值包含某个关键字的所有实例。例如:在下面的 sn-p 中,我有一个包含单词 taco 的 aria-label。我会抓取我的网站并找到所有包含“taco”一词的页面。有谁知道可以做到这一点的网站或工具?
<a href="eattaco.html" aria-label="eat a taco">hungry?</a>
提前致谢。
【问题讨论】:
标签: html attributes tags