Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
sven的评论,链接需要一类current
current
function mypage($total, $start) { return "<li><a class='current' href='javascript:selectPage(".$counter.")'>$counter</a></li>"; }
如果您想在单击某些内容时添加当前内容,则涉及更多工作:
this.className='current'