xpath获取标签的某个属性的值的方法 Posted on 16 11 月, 2020 Updated on 29 11 月, 2020selector.xpath("//input[@id='comment_post_ID']/attribute::value")[0] 获取属性value的值