html/head/title/text() # 获取html下head下title的文本
head/link/@href # 获取head下的link的href属性
//标签名[@属性名="属性值"]
//section[@id="list"]/section//div[@class="_20vb2"]/p/text()
xpath用发
原文:https://www.cnblogs.com/yifengs/p/11733822.html