发布于 3年前 PHP 手机号验证 function check_phone($phone) { return preg_match( "/^1[3456789]\d{9}$/", $phone); }