摘要: import re#提取出pythonkey = 'javapythonc++php'print(re.findall('python',key)[0])# 提取hello worldkey = '<a><h1>hello world</h1></a>'print(re.findall('<h1>( 阅读全文
posted @ 2019-05-21 15:53 新手码农__威 阅读(170) 评论(0) 推荐(0) 编辑