( function ( $) { 'use strict'; $( '.comment code' ).each(function() { if ( '' === $.trim( $( this ).text() ) ) { $( this ).remove(); } }); }( ...
確定! 回上一頁