2020年5月21日
摘要: 1、验证邮箱 // 使用正则表达式 $mail = 'xxxxxxx@xxx.com'; //邮箱地址 $pattern = '/^([0-9A-Za-z\\-_\\.]+)@([0-9a-z]+\\.[a-z]{2,3}(\\.[a-z]{2})?)$/i'; preg_match($patter 阅读全文
posted @ 2020-05-21 11:21 三哥-Noble 阅读(122) 评论(0) 推荐(0)
TOP