摘要: 内容概要 re模块补充说明 正则起别名及分组机制 collection模块 time与datetime模块 random随机数模块 内容详细 re模块补充说明 # 案例: import re 1.# findall 方法补充:加括号优先展示 # 1.res = re.findall('a(b)c', 阅读全文
posted @ 2022-03-29 23:13 一颗平凡的小石头 阅读(112) 评论(0) 推荐(0)