Python 正则表达式匹配两个指定字符串中间的内容
摘要:
A(.*?)B 表示截取 A/B 中间的字符串 import re txt='@font-face{font-family:"customfont"; src:url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAACHMAH 阅读全文
posted @ 2020-01-16 17:33 滚动的蛋 阅读(30790) 评论(1) 推荐(1) 编辑