或者我必须实现一个工作环境捕获事件,并通过我的自我操作发生什么?
$("#myList li").click(function() { $(this).addClass("selected").siblings().removeClass("selected"); });