<?php
$arronline=assoc_unique(online_list_cache(),'uid');
foreach($arronline as $online_user) {
if($online_user['uid'] == $_thread['uid']){
echo "<img src='你的图标路经' width:'100%' height:'100%' style='max-width:3.7rem;margin-top:-0.4rem;margin-left:-4.05rem;'> </i>";
}
}
; ?>
暂无评论