MSI击杀榜和场均击杀榜:Faker总击杀第一,Deft场均击杀第一

来源:NBA直播吧

MSI历史击杀榜前五:

Faker、Xiaohu、GALA、Caps、Maple

MSI场均击杀榜前五(出场次数超过10场):

1、Deft            场均6.7次击杀

2、JackeyLove 场均6.2次击杀

3、Elk               场均6.1次击杀

3、Ruler           场均6.1次击杀

5、Uzi               场均5.9次击杀

5、GALA           场均5.9次击杀

    var baseUrl = 'http://datas.adminn.cn/zhibo/datas'; jQuery.axpost = function(url, data, successfn, errorfn) { data = (data == null || data == "" || typeof(data) == "undefined") ? { "date": new Date().getTime() } : data; $.ajax({ dataType: "json", type: "post", data: data, url: url, success: function(d) { successfn(d); }, error: function(e) { errorfn(e); } }); }; $("#gotoTop").click(function () { $('html,body').animate({scrollTop: 0}, 300); }); var min_height = 500; $(window).scroll(function () { var s = $(window).scrollTop(); if (s > min_height) { $("#gotoTop").fadeIn(200); } else { $("#gotoTop").fadeOut(200); } ; });