摘要: 一、re模块的其他知识 二、collections模块 三、time与datetime模块 四、random模块 一、re模块补充说明 import re ret = re.findall('(a)bc', 'abcabcabcabc') print(ret) ret = re.findall('a 阅读全文
posted @ 2022-03-29 20:48 未月 阅读(49) 评论(0) 推荐(0)