<ul>
                    <li><a >我的发言</a> </li>
                </ul>

   

<script language="JavaScript" type="text/javascript">
        var cid =window.location.search.replace("?act=","");
        if(cid){
            getObj('myTopic').className='current_tab';
        }else{
         getObj('first_nav').className='current_tab';
        }
        function getObj(id) {
         return document.getElementById(id);
        }
    </script>

相关文章:

  • 2021-12-13
  • 2022-12-23
  • 2021-11-18
  • 2022-02-27
  • 2022-12-23
  • 2021-04-01
  • 2021-12-28
  • 2021-08-23
猜你喜欢
  • 2022-12-23
  • 2022-01-11
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-18
  • 2022-12-23
相关资源
相似解决方案