jQuery('.comments').find('b').text(1); jQuery('.bbsLink').attr('href','https://bbs.21ic.com/icview-1654564-1-1.html'); document.write(''); jQuery('.comment_bottom_btn').bind('click',function(){ if(jQuery('.hidepost').is(':hidden')){ jQuery('.hidepost').show('slow'); jQuery(this).text('收起全部'); }else{ jQuery('.hidepost').hide(); jQuery(this).text('查看全部 ('+1+')'); } })