Heim  >  Artikel  >  Backend-Entwicklung  >  正则问题 将图片宽度替换为100%

正则问题 将图片宽度替换为100%

WBOY
WBOYOriginal
2016-06-23 13:41:111333Durchsuche

宽度不定的图片

$str = '<p><br></p><img    style="max-width:90%" src="http://xxxx/uploads/details/142163431741415.jpg" alt="正则问题 将图片宽度替换为100%" ><img    style="max-width:90%" src="http://xxxx/uploads/details/14216343172321.jpg" alt="正则问题 将图片宽度替换为100%" ><p><br></p>';


宽度替换为100%

$str = '<p><br></p><img    style="max-width:90%" src="http://xxxx/uploads/details/142163431741415.jpg" alt="正则问题 将图片宽度替换为100%" ><img    style="max-width:90%" src="http://xxxx/uploads/details/14216343172321.jpg" alt="正则问题 将图片宽度替换为100%" ><p><br></p>';


回复讨论(解决方案)

$str = '<p><br></p><img    style="max-width:90%" src="http://xxxx/uploads/details/142163431741415.jpg" alt="正则问题 将图片宽度替换为100%" ><img    style="max-width:90%" src="http://xxxx/uploads/details/14216343172321.jpg" alt="正则问题 将图片宽度替换为100%" ><p><br></p>';echo preg_replace('/(?<=style="width:).+?px;/i', '100%', $str);


正则问题 将图片宽度替换为100% http://xxxx/uploads/details/142163431741415.jpg">正则问题 将图片宽度替换为100% http://xxxx/uploads/details/14216343172321.jpg">



echo preg_replace('/(?<=正则问题 将图片宽度替换为100% 

楼上  好像只能替换第一张图片的宽度,后面的无效

@xuzuning 怎么加上img限制

你测试了没有啊? 代码贴出来看看。

楼上  好像只能替换第一张图片的宽度,后面的无效

$str = '


正则问题 将图片宽度替换为100%


正则问题 将图片宽度替换为100%


正则问题 将图片宽度替换为100%


正则问题 将图片宽度替换为100%


';//echo preg_replace('/(?<=style="width:).+?px;/i', '100%', $str);echo preg_replace('/(?<=正则问题 将图片宽度替换为100%

这样呢

echo  preg_replace('/(?<=正则问题 将图片宽度替换为100% 

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn
Vorheriger Artikel:PHP的一些案例研究(二)Nächster Artikel:PHP判断浏览器