xpath 特殊用法 starts-with(),string(.),字符串的startswith,endswith函数的用法
#-*-coding:utf8-*-fromlxmlimportetreehtml1='''需要的内容1需要的内容2需要的内容3'''html2='''我左青龙,右白虎,上朱雀,下玄武。老牛在当中,龙头在胸口。'''#selector=etree.HTML(html1)##content=selector.xpath('//div[starts-with(@id,"test")]/text()')