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

    侦探社,宝藏 穿越 ……,雷霆 电 火 ……,

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