路径查找 //:子孙节点,不考虑层级 /:找直接子节点 谓词查询 //div【@id="content"】 属性查询 //@class 模糊查询 //div[contains(@id,"he")] //div[starts-with(@id, "he")] 内容查询 //div/h1/text()
posted on 2024-01-23 15:27  HelloJacker  阅读(1)  评论(0编辑  收藏  举报