$('.list').hover(function(){ $(this).find('.categorys').show(); },function(){ $(this).find('.categorys').hide(); });
这是我的第一篇博客