document.writeln(""); $('#hits').html('1166'); $('#js-read-times-text').html('1166'); $('#comments_top').html('36'); $('#js-comments-times-text').html('21'); $('#comments').html('21'); $('.comment-content>ul').html('
  • 漂流瓶2021-12-19 15:52(0) | (1)

    来吧,看看是否还正常

  • 重头来2021-11-27 00:47(0) | (3)

    评论一个看看有没有userAgent

  • 重头来2021-11-26 21:48(0) | (1)

    回复一个看看效果

  • 查看更多评论
    '); function voteFor(id) { this.id = id; var url = "comment/?action=vote"; var data = '&id='+id + '&field=support'; $.ajax({ url: url, data: data, type: 'post', success :function (msg){ $('#count_'+ id+'_1').html(msg); $('#count_'+ id+'_0').html($('#count_'+ id+'_0>a').html()); } }); } /** * 反对 **/ function voteAgainst (id ) { this.id = id; var url = "comment/?action=vote"; var data = '&id='+id + '&field=against'; $.ajax({ url: url, data: data, type: 'post', success :function (msg){ $('#count_'+ id +'_0').html(msg); $('#count_'+ id+'_1').html($('#count_'+ id+'_1>a').html()); } }); }