document.writeln(""); $('#hits').html('296'); $('#js-read-times-text').html('296'); $('#comments_top').html('6'); $('#js-comments-times-text').html('6'); $('#comments').html('6'); $('.comment-content>ul').html('
  • 平方竹堂2023-01-16 15:38(0) | (0)

    ,调研 课题

  • 平方竹堂2023-01-16 15:37(0) | (0)

    ,军事,军事/科技,科技,……

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