function getImg($sContent) { $sContent = str_replace(‘\"‘, ‘"‘, $sContent); $pattern="/<[img|IMG].*?src=[\‘|\"](.*?(?:[\.gif|\.jpg]))[\‘|\"].*?[\/]?>/"; preg_match_all($pattern, $g_content, $match); return $aImg = $match[1]; }
时间: 2024-12-11 11:07:10