document.writeln(""); $('#hits').html('155'); $('#js-read-times-text').html('155'); $('#comments_top').html('1'); $('#js-comments-times-text').html('1'); $('#comments').html('1'); $('.comment-content>ul').html('
  • 98KANDM242022-04-23 23:45(0) | (0)

    一定要抛弃对GPS技术的依赖,战时只能使用自己的制导系统,否则就是灾难。

  • '); 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()); } }); }