js验证邮箱格式

!/^([a-zA-Z0-9_\.\-])+\@(([a-zA-Z0-9\-])+\.)+([a-zA-Z0-9]{2,4})+$/.test()

原文地址:https://www.cnblogs.com/whlhaikuotiankong/p/2382939.html