作者 赵彬吉

update

... ... @@ -233,6 +233,7 @@ class Common
//过滤特殊字符
public static function deal_str($str){
$str = str_replace([',,'],',',$str);
return str_replace(['{','}','”','“','"'],'',$str);
}
... ...