摘要: function strFilter($str){ $str = str_replace('`', '', $str); $str = str_replace('·', '', $str); $str = str_replace('~', '', $str); $str = str_replace( 阅读全文
posted @ 2021-01-22 15:16 小ྀ青ྀ年້ 阅读(154) 评论(0) 推荐(0) 编辑
摘要: function filterChars($chars){ if(is_array($chars)){ foreach($chars as &$value){ if(is_string($value)){ $value = htmlspecialchars($value); } } }else if 阅读全文
posted @ 2021-01-22 15:15 小ྀ青ྀ年້ 阅读(160) 评论(0) 推荐(0) 编辑