$preg = '/<img.*?src=[\"|\']?(.*?)[\"|\']?\s.*?>/i';//匹配img標籤的正則表達式 preg_match_all($preg, $newsInfo['content'], $array);//這裏匹配全部的img