首頁 > 後端開發 > php教程 > 求正则表达式完成这个需求

求正则表达式完成这个需求

WBOY
發布: 2016-06-23 14:01:40
原創
940 人瀏覽過

<img src="http://www.ke6.com/wp-content/uploads/2014/02/hbzy1.jpg" alt="hbzy" width="60"    style="max-width:90%" class="alignnone size-full wp-image-2100" />
登入後複製


找到文章中这样的图片,替换成

<div class="gif-box"><img  src="http://www.ke6.com/wp-content/uploads/2014/02/hbzy1.jpg!static" _src="http://www.ke6.com/wp-content/uploads/2014/02/hbzy1.jpg!static" class="alignnone size-full wp-image-2100" tsrc="http://www.ke6.com/wp-content/uploads/2014/02/hbzy1.jpg"    style="max-width:90%"  style="max-width:90%" / alt="求正则表达式完成这个需求" ><div class="gif-loading-box"><i class="gif-loading" style="display:none;"></i><i class="gif-play"></i></div></div>
登入後複製


如何写正则表达式,然后如何处理呢


回复讨论(解决方案)

$html = <<<img src="http://www.ke6.com/wp-content/uploads/2014/02/hbzy1.jpg" alt="hbzy" width="60"    style="max-width:90%" class="alignnone size-full wp-image-2100" />
html;$regImg = preg_match_all('/\"hbzy\"/', $html, $matches) ;$newSrc = $matches[1][0].'!static"'." _src=\"".$matches[1][0]."!static\" tsrc=\"".$matches[1][0];$html = str_replace($matches[1][0], $newSrc, $html);var_dump($html);
登入後複製

http://www.tantengvip.com/2014/02/preg-match-html/
Click here

來源:php.cn
本網站聲明
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn
熱門推薦
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板