document.writeln(""); $('#hits').html('299'); $('#js-read-times-text').html('299'); $('#comments_top').html('1'); $('#js-comments-times-text').html('1'); $('#comments').html('1'); $('.comment-content>ul').html('
  • lifeng012022-01-13 21:48(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()); } }); }