以下代码是由于RE返回一个"\"在python中就变成了“\\”
import re res = re.findall(r"\\","abc\eafd") print(res) #['\\']
posted on 2018-03-25 12:17 星际无垠 阅读(74) 评论(0) 收藏 举报