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