首页 > 代码库 > 获取图片地址

获取图片地址

function getImg($sContent) {    $sContent = str_replace(‘\"‘, ‘"‘, $sContent);    $pattern="/<[img|IMG].*?src=http://www.mamicode.com/[/‘|/"](.*?(?:[\.gif|\.jpg]))[\‘|\"].*?[\/]?>/";    preg_match_all($pattern, $g_content, $match);    return $aImg = $match[1];}

 

获取图片地址