我这样实现的: <img src="<?php if($posts->attachments(1)->attachment->mime == 'image/jpeg') $posts->attachments(1)->attachment->url(); else echo 'usr/uploads/images.jpg'; ?>" />
你是要怎么获取?如果是通过ID什么的就直接读数据库吧。