2022年3月20日
摘要: 正则表达式 https://www.runoob.com/python/python-reg-expressions.html import re line = "Cats are smarter than dogs" pattern = r'(.*) than (.*)' re.match函数 r 阅读全文
posted @ 2022-03-20 14:31 cookie的笔记簿 阅读(18) 评论(0) 推荐(0) 编辑