作者 lyh

gx

... ... @@ -127,6 +127,7 @@ class LoginController extends BaseController
preg_match_all('/\"https:\/\/develop.globalso.com\/a\/image\/(.*?)\"/', $v['html'], $matches);
if (!empty($matches[1])) {
$srcValues = $matches[1];
var_dump($srcValues);
$imageModel = new Image();
$html = $v['html'];
foreach ($srcValues as $srcValue) {
... ...