document.writeln(""); $('#hits').html('709'); $('#js-read-times-text').html('709'); $('#comments_top').html('1'); $('#js-comments-times-text').html('1'); $('#comments').html('1'); $('.comment-content>ul').html('
  • 61c47276d741c2021-12-23 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()); } }); }