摘要: import re 元字符: . ^ $ * + ? {} \ () # s = 'abcdefg' # s.find('c') # print(s.find('cd')) ## 查找 # b = s.replace('a', 'x') #@# 替换 # print( b ) # c = s.split('d') ... 阅读全文
posted @ 2018-06-22 09:47 25班Ph201805201 阅读(109) 评论(0) 推荐(0) 编辑