jQuery('.comments').find('b').text(6); jQuery('.bbsLink').attr('href','https://bbs.21ic.com/icview-2031902-1-1.html'); document.write('
查看全部 (6)
'); 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('查看全部 ('+6+')'); } })