$('.woof_container').each(function() { const $li = $(this).find('li'); if ($li.get().every((e) => e.style.display === 'none')) { $(this).hide(); } });.
確定! 回上一頁