參考 http://blog.udn.com/LupinBlog/1900901
function validateEmail(email) {
regularExpression = /^[^\s]+@[^\s]+\.[^\s]{2,3}$/;
if (regularExpression.test(email)) {
return true;
}else{
return false;
}
}
2013年1月18日 星期五
訂閱:
張貼留言 (Atom)
0 意見:
張貼留言