登录后体验更多功能
<?php foreach(online_list_cache() as $online_user) { echo $online_user['username'].' '; } ?>
Xiuno BBS用一行代码实现展示当前在线用户的用户名
简单高效,在你需要显示的地方插入下面的代码,样式可以自行美化!
暂无评论
请先登录后发表评论!
暂无评论