📜  javascript 通过 href 查找链接 - Javascript 代码示例
📅  最后修改于: 2022-03-11 15:04:13.410000             🧑  作者: Mango
代码示例1
//Selects all links with href='http://domain.com'
document.querySelectorAll("a[href='http://domain.com']");