1 header("Content-type: text/html; charset=utf8"); 2 date_default_timezone_set("Asia/Shanghai"); 3 4 5 $str='551<img src="/upload/image/2016/07/29/14/20160729140622_51061.png" alt="" /><img src="/upload/image/2016/07/29/14/20160729140622_510331.png" alt="" /><img src="" alt="" />'; 6 $pattern="/<[img|IMG].*?src=[\'|\"](.*?(?:[\.gif|\.jpg]))[\'|\"].*?[\/]?>/"; 7 preg_match_all($pattern,$str,$match); 8 //print_r($match[1]); 9 //echo "<hr>"; 10 $str2=html_entity_decode(stripslashes($str)); 11 preg_match_all('/<[img|IMG].*?src=[\'|\"](.*?(?:[\.gif|\.jpg]))[\'|\"].*?[\/]?>/',$str2,$match2); 12 //print_r($match2[1]); 13 //echo "<hr>"; 14 //echo strip_tags($str2,'img'); 15 $content='濰坊新亞金屬制品有限公司位於風景秀麗國際寶石之城---昌樂。我公司一直專注於鋅合金、鋁合金的研發、生產和銷售。“節能環保、綠色工廠”是新亞人的辦廠理念,貫穿公司科研、生產和產品供應的各個方面。 公司采用先進的清潔能源制造設備、高效熔煉爐生產鋅合金,既可降低能耗,節約成本,又綠色環保,不污染成品。新亞牌壓鑄鋅合金具有結晶細密、抗氧化性能好、強度高、性能穩定、復熔溫度低、壓>>>更多詳情'; 16 $str='<a href="{url:/goods/company_reviewEdit/id/$item[uid]}"><span style="color:#FF0000;">>>>更多詳情</span></a>'; 17 echo preg_replace('/\>\>\>更多詳情/',$str,$content);