正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -263,7 +263,7 @@ class LoginController extends BaseController | @@ -263,7 +263,7 @@ class LoginController extends BaseController | ||
| 263 | $templateModel = new Template(); | 263 | $templateModel = new Template(); |
| 264 | $list = $templateModel->list(); | 264 | $list = $templateModel->list(); |
| 265 | foreach ($list as $k => $v){ | 265 | foreach ($list as $k => $v){ |
| 266 | - preg_match_all('/https:\/\/admin.item.globalso.site\/a\/image\/(.*?)\"/', $v['html'], $matches); | 266 | + preg_match_all('/\(https:\/\/admin.item.globalso.site\/a\/image\/(.*?)\)/', $v['html'], $matches); |
| 267 | if (!empty($matches[1])) { | 267 | if (!empty($matches[1])) { |
| 268 | $srcValues = $matches[1]; | 268 | $srcValues = $matches[1]; |
| 269 | var_dump($srcValues); | 269 | var_dump($srcValues); |
-
请 注册 或 登录 后发表评论