$('.nav').click(function(){ $('.nav').removeClass('active'); $(this).addClass('active'); });.
確定! 回上一頁