$('.entry-content').find('p').each(function() { if($(this).is(':empty')) { $(this).remove(); } });.
確定! 回上一頁