正在显示
1 个修改的文件
包含
0 行增加
和
1 行删除
| @@ -165,7 +165,6 @@ class ProofreadingController extends BaseController | @@ -165,7 +165,6 @@ class ProofreadingController extends BaseController | ||
| 165 | $textContentArray = array_filter($matches[1], function($item) { | 165 | $textContentArray = array_filter($matches[1], function($item) { |
| 166 | $content = trim($item); | 166 | $content = trim($item); |
| 167 | var_dump($content); | 167 | var_dump($content); |
| 168 | - die(); | ||
| 169 | return !empty(trim($item)); | 168 | return !empty(trim($item)); |
| 170 | }); | 169 | }); |
| 171 | $textContentArray = array_values($textContentArray); | 170 | $textContentArray = array_values($textContentArray); |
-
请 注册 或 登录 后发表评论