var reg=/^[a-zA-Z0-9_-.]+@[a-zA-Z0-9_-.]+.[a-zA-Z]+$/ var email="788328@qq ..com"document.write(reg.test(email)); 验证这个邮箱时,为什么结果是TRUE,按照正则表达式,"."后面不应该是字母吗?
代码仓库:[链接]出现问题截图:报错信息(看得到文件的):Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'configMapper' defined in file [D:\long2short_java\server\target\classes\com\long2short\server\mapper\ConfigMapper.class]: Unsatisfied...