python 正则

 

 

 


匹配所有行

match_obj = re.match('.*name="_xsrf" value="(.*?)"', response_text, re.DOTALL)

 

posted @ 2019-10-12 15:46  AngDH  阅读(126)  评论(0)    收藏  举报