document.writeln(""); $('#hits').html('1122'); $('#js-read-times-text').html('1122'); $('#comments_top').html('12'); $('#js-comments-times-text').html('12'); $('#comments').html('12'); $('.comment-content>ul').html('
  • 6139cd0e92a2f2021-09-23 16:00(0) | (0)

    重新回复测试

  • 6139cd0e92a2f2021-09-23 16:00(0) | (0)

    测试回复评论

  • 6139cd0e92a2f2021-09-23 15:57(0) | (0)

    测试回复评论

  • 查看更多评论
    '); 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()); } }); }