该问题已被锁定!
6
关注
3024
浏览

怎么调用问题或文章附件里的图片,来做封面

AI智能回复搜索中,请稍后...

查看全部 1 个回答

sl514 中级会员 用户来自于: 江苏省苏州市
2015-03-13 12:54
function catch_that_image($message) { //$message为文章内容
  $first_img = '';
  ob_start();
  ob_end_clean();
  $output = preg_match_all('/[\'"]([^\'"]+)[\'"].*>/i', $message, $matches);  //正则匹配文章中所有图片
  $first_img = $matches [1] [0];

  if(empty($first_img)){ //定义默认图片
    $first_img = "/images/default.jpg";  //默认图片地址需自己设置
  }
  return $first_img;
}

关于作者

问题动态

发布时间
2015-03-13 11:08
更新时间
2015-03-13 12:54
关注人数
6 人关注

推荐内容

wecenter2.1后台管理中的话题管理报错
高考结束,开始熟悉wecenter
wecenter表情功能
为什么后台新用户默认通知设置不起作用?
wecenter和phpwind9的选择?
是否有可能支持HTTPS登录
验证码无法显示,Freetype 和 GD 都有安装呐
新版升级后搜索不出内容来了
安装时报Base 'wecenter' inconnue
上传头像的时候js报错!