正文 在php里判断手机号的代码教程 米米素材网V管理员 /2022-07-06 / 阅读 0706 在php里判断手机号的代码教程 if (!preg_match('/^1[3|5|6|7|8]d{9}$/', $username)) { echo -1; exit; }
发表评论