摘要:
一、re模块 import re print(re.findall('alex','hahaha alex is alex is dsb')) ['alex','alex'] print(re.findall('\w','Aah123 +-_’)) print(re.findall('\w\w','Aah123 +-_’)) ... 阅读全文
posted @ 2018-12-06 16:30
鲨鱼辣椒L
阅读(108)
评论(0)
推荐(0)

浙公网安备 33010602011771号