求助如何用JS实现折叠菜单功能最简单的方法就是把二级菜单的样式设置为:.oe_secondary_submenu {display:none}然后在点击的时候显示二级菜单:$(".oe_secondary_submenu").data(&quo2023-02-21JavaScript170