import re a='token" value="这个是要截取的字符串">' p=re.compile(r'token" value="(.*)">') s=''.join(p.findall(a)) print(s)
本文标题:python正则提取示例
本文链接:https://www.haomeiwen.com/subject/icufgltx.html
网友评论