php图片正则|preg_math|img src= / 从网页html里面preg_matchimg标签 一般的网页里的img标签的图片地址都能取到 PHP preg_match_all('/img.*src=[\'|\"].*(.+)[\'|\"].*/isU', $f, $m);
php图片正则|preg_math|
preg_match_all('/<img .*src=[\'|\"].*(.+)[\'|\"].* alt="php图片正则|preg_math|<img>标签" >/isU', $f, $m);