标签: python re
您好,我有用于电子邮件地址的模式,它可以工作,但是我很挣扎,为什么在点之前需要反斜杠
pattern = re.compile("[a-zA-Z0-9]+@[a-zA-Z0-9]+\.[a-zA-Z]+")