document.writeln(""); $('#hits').html('1129'); $('#js-read-times-text').html('1129'); $('#comments_top').html('14'); $('#js-comments-times-text').html('10'); $('#comments').html('10'); $('.comment-content>ul').html('
  • ytys20212021-11-04 09:51(1) | (0)

    [[EMOJI:%F0%9F%98%87]]

  • chnqiang2021-10-20 19:31(1) | (0)

    自己可以评论自己吗?

  • chnqiang2021-10-20 19:30(1) | (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()); } }); }