摘要: 模式匹配 ~~~python import re match = re.match('Hello[ \t] (. )world','Hello Python world') match.group(1) out:'Python' ~~~ ~~~python match = re.match('/(. 阅读全文
posted @ 2018-06-08 12:07 freedomwater 阅读(197) 评论(0) 推荐(0) 编辑
hljs.initLineNumbersOnLoad(); });