正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -234,7 +234,7 @@ class Common | @@ -234,7 +234,7 @@ class Common | ||
| 234 | //过滤特殊字符 | 234 | //过滤特殊字符 |
| 235 | public static function deal_str($str){ | 235 | public static function deal_str($str){ |
| 236 | $str = str_replace([',,'],',',$str); | 236 | $str = str_replace([',,'],',',$str); |
| 237 | - return str_replace(['{','}','”','“','"'],'',$str); | 237 | + return str_replace(['{','}','”','“','"', '**SEO Title:**'],'',$str); |
| 238 | } | 238 | } |
| 239 | 239 | ||
| 240 | /** | 240 | /** |
-
请 注册 或 登录 后发表评论