验证邮箱
if(preg_match('/^([a-zA-Z0-9]+)\@([a-zA-Z0-9]+)\.com$/i',$mail)){ return true; }else{ return false; }原文链接:https://www.f2er.com/regex/361196.html
验证邮箱
if(preg_match('/^([a-zA-Z0-9]+)\@([a-zA-Z0-9]+)\.com$/i',$mail)){ return true; }else{ return false; }原文链接:https://www.f2er.com/regex/361196.html