如何从一段字符串变量中提取图片img?

WBOY
Release: 2016-06-13 11:06:55
Original
905 people have browsed it

怎么从一段字符串变量中提取图片img??。。。。
$str='

上一张产品图吧

如何从一段字符串变量中提取图片img?

瓶身有大大的品牌标志哦。

 啫喱状质地的物质

如何从一段字符串变量中提取图片img?


如何从一段字符串变量中提取图片img?

 手部试用起来可以看出来效果是真的不错的!



我想图片单独显示,文字单独显示,文字strip_tags($str); 就可以了,可是图片我怎么提取出来显示呢??
------解决方案--------------------
用正则吧
preg_match_all('/如何从一段字符串变量中提取图片img?]+>/is',$s,$m);
print_r($m);
------解决方案--------------------
不懂你的意思,是要控制显示宽度还是生成缩略图?
------解决方案--------------------
这个功能需要用js实现。步骤是:
1 先让图片读取出来
2 从dom里面获取图片的宽高
3 向dom设置它的计算后的新的宽高
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template