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

    圣诞节 新年,

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

    白帽 蓝帽 绿帽子 小红帽 草 竹 笠 苙……

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