<img src="uc_server/avatar.php?uid=$thread[authorid]&size=small" />
或者用discuz封装的函数
<!--{avatar( $thread[authorid],small )}-->
原理很简单了,$thread[authorid] 是当前主题作者的UID,套在Img里从UC里读取即可。
<img src="uc_server/avatar.php?uid=$thread[authorid]&size=small" />
或者用discuz封装的函数
<!--{avatar( $thread[authorid],small )}-->
原理很简单了,$thread[authorid] 是当前主题作者的UID,套在Img里从UC里读取即可。
请登录之后再进行评论