作者 赵彬吉

update

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