PHP在文章无缩略图时抓取单张或者多张文章内容图片

1.写一个方法专门做抓取图片。function getImgs($content,$order='ALL'){$pattern="/img.*?src=[\'|\"](.*?(?:[\.gif|\.jpg]))[\'|\"].*?[\/]?/";preg_match_all($pattern,$content,$match);if(isset($match[1])!empty($match[1])){if($order===&
小黑 开发技术 12018-11-25