1、     <script type="text/javascript" language="javascript">
        function css(id)
        {
    
        var testmm = document.getElementById(id);
        testmm.className = "selected_menu";
        }
  
   </script>

 

2、<body onload="css('li1')">

相关文章:

  • 2021-08-17
  • 2022-12-23
  • 2021-12-12
  • 2021-06-20
  • 2022-12-23
  • 2022-12-23
  • 2021-10-24
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-06-13
  • 2022-12-23
  • 2021-07-20
  • 2021-11-28
  • 2022-12-23
  • 2022-01-05
相关资源
相似解决方案