xpath获取标签的某个属性的值的方法

selector.xpath("//input[@id='comment_post_ID']/attribute::value")[0]

获取属性value的值