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