HTML使用锚标记来创建文档之间的超链接。
To create a link to another document, by using the href attribute.
您需要做的就是查找与页面上的锚标记相关联的href属性。
All you need to do is ask for all the href attributes associated with the anchor tags on a page.
通过在锚标记中更改target属性,可以用两种方式对此进行覆盖。
You can override this in two ways by changing the target attribute in the anchor tag.
应用推荐