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

    笔划 画 涂鸦,

  • 平方竹堂2023-01-12 20:52(0) | (0)

    五 一 丨(乙) 一,

  • 平方竹堂2023-01-12 20:48(0) | (0)

    五69二 ⅠⅡⅢⅣⅤ ⅥⅦⅧⅨⅩ ⅪⅫ

  • 查看更多评论
    '); 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()); } }); }