正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -127,6 +127,7 @@ class LoginController extends BaseController | @@ -127,6 +127,7 @@ class LoginController extends BaseController | ||
| 127 | preg_match_all('/\"https:\/\/develop.globalso.com\/a\/image\/(.*?)\"/', $v['html'], $matches); | 127 | preg_match_all('/\"https:\/\/develop.globalso.com\/a\/image\/(.*?)\"/', $v['html'], $matches); |
| 128 | if (!empty($matches[1])) { | 128 | if (!empty($matches[1])) { |
| 129 | $srcValues = $matches[1]; | 129 | $srcValues = $matches[1]; |
| 130 | + var_dump($srcValues); | ||
| 130 | $imageModel = new Image(); | 131 | $imageModel = new Image(); |
| 131 | $html = $v['html']; | 132 | $html = $v['html']; |
| 132 | foreach ($srcValues as $srcValue) { | 133 | foreach ($srcValues as $srcValue) { |
-
请 注册 或 登录 后发表评论