摘要: 脱敏方法代码: function desensitize($string, $start = 0, $length = 0, $re = '*'){ if(empty($string) || empty($length) || empty($re)) return $string; $end = $ 阅读全文
posted @ 2021-05-27 15:37 流浪2024 阅读(182) 评论(0) 推荐(0)