discuz 帖子内容页面的 上一篇 下一篇 代码分析_睿合科技
发表时间:2020-08-27 14:15:16
文章作者:
浏览次数:
discuz 帖子内容页面的,上一篇,下一篇代码
上一篇:
下一篇:
如图:

上一篇:
<a href="forum.php?mod=redirect&goto=nextoldset&tid=$_G[tid]" title="{lang last_thread}"><img src="{IMGDIR}/thread-prev.png" alt="{lang last_thread}" class="vm" /></a> |
下一篇:
<a href="forum.php?mod=redirect&goto=nextnewset&tid=$_G[tid]" title="{lang next_thread}"><img src="{IMGDIR}/thread-next.png" alt="{lang next_thread}" class="vm" /></a> 复制代码 |
如图:
