摘要:
function strFilter($str){ $str = str_replace('`', '', $str); $str = str_replace('·', '', $str); $str = str_replace('~', '', $str); $str = str_replace( 阅读全文
posted @ 2021-01-22 15:16
小ྀ青ྀ年້
阅读(164)
评论(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
小ྀ青ྀ年້
阅读(174)
评论(0)
推荐(0)

浙公网安备 33010602011771号