验证邮箱地址 daojili@sklec.ecnu.edu.cn 的有效性并且不校验为空的正则效验表达式
[a-z]+@[a-z]+(\.[a-z]+)+
试一下这个
^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$