摘要:
import re #正则表达式是用来干什么的?匹配字符串 #首先回顾一下字符串的使用方法。 # s = "hello world" # print(s.find("e")) #查找 # ret = s.replace("ll","xx") # print(ret) # print(s.split( 阅读全文
posted @ 2020-01-29 20:08
三道_python
阅读(230)
评论(0)
推荐(0)