摘要: import re pattern = re.compile('hello') match = pattern.match("hello world") print (match) word = "http://www.ichunqiu.com/1.1.1" print(re.findall('.' 阅读全文
posted @ 2020-02-24 15:55 信安专业小白 阅读(134) 评论(0) 推荐(0)