1949啦网--小小 痛苦,是因为能力和欲望不匹配造成的

zblog获取文章的所有图片作为缩略图代码

{php}  $pattern="/<[img|IMG].*?src=[\'|\"](.*?(?:[\.gif|\.jpg|\.png]))[\'|\"].*?[\/]?>/";  $content = $article->Content;  preg_match_all($pattern,$content,$matchContent);  {/php}                    {foreach $matchContent[1] as $img }  <a class="listimg" href="{$article.Url}">      <img title="{$article.Title}" alt="{$article.Title}" src="{$img}" width="200" height="130">  </a>  {/foreach}

这个方法是获取文章中所有的图片,如果没有图片则不显示。

原文链接:https://www.qiquanji.com/post/7094.html

本站声明:网站内容来源于网络,如有侵权,请联系我们,我们将及时处理。

微信扫码关注

更新实时通知

作者:xialibing 分类:网页教程 浏览: