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

    咖啡:……:速食面

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