手机号码管控只能填写数字和‘-’符号 if(!is_numeric(str_replace('-','',$request['tel']))){ return $response = return_value(-1, "电话号码只能是数字"); }