document.writeln(""); $('#hits').html('722'); $('#js-read-times-text').html('722'); $('#comments_top').html('7'); $('#js-comments-times-text').html('7'); $('#comments').html('7'); $('.comment-content>ul').html('
  • 平方竹堂2023-01-20 17:20(0) | (0)

    杂 什 #翻译#,

  • 平方竹堂2023-01-20 17:19(0) | (0)

    七剑下天山:壹:一:第……:十:黑对号✔❌ 红错号:十字架 十字绣……

  • 平方竹堂2023-01-20 17:15(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()); } }); }