jQuery 实现左右两侧菜单添加、移除功能 效果图:JS代码 functiontoRight(l,r,v){$("#"+l+"option:selected").appendTo("#"+r);$("#"+l+"option:selected" 菜单添加