document.writeln(""); $('#hits').html('137'); $('#js-read-times-text').html('137'); $('#comments_top').html('4'); $('#js-comments-times-text').html('4'); $('#comments').html('4'); $('.comment-content>ul').html('
  • 平方竹堂2023-02-04 10:21(0) | (0)

    例。128万:50万/?:……

  • 平方竹堂2023-02-04 10:20(0) | (0)

    例。77年、几个数字:128万、30万、20万、……、

  • 平方竹堂2023-02-04 10:18(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()); } }); }