document.writeln(""); $('#hits').html('166'); $('#js-read-times-text').html('166'); $('#comments_top').html('5'); $('#js-comments-times-text').html('5'); $('#comments').html('5'); $('.comment-content>ul').html('
  • 平方竹堂2023-01-18 21:25(0) | (0)

    州 洲,

  • 平方竹堂2023-01-18 21:24(0) | (0)

    欧洲天气,

  • 平方竹堂2023-01-18 21:22(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()); } }); }