摘要: A(.*?)B 表示截取 A/B 中间的字符串 import relambda x: re.findall("<(.*?)>", x)[0] 表示截取 <> 之间的字符串 阅读全文
posted @ 2020-11-27 15:34 周周和奇奇 阅读(516) 评论(0) 推荐(0) 编辑