连续得分10+纪录老流氓866场屈居第2詹姆斯已连续17年上双

来源:NBA直播吧
日前詹姆斯生涯总得分突破了40000分大关,他正是凭借着超强的续航能力做到了这一点,个人竟然已经连续17年得分上双,为历史最长连续得分10+纪录,让我们也一起来看看该纪录前十都是谁~

10、加内特 411场(2002年10月31日-2007年11月28日)

9、奥斯卡-罗伯特森 428场(1961年1月31日-1966年11月26日)

8、哈登 450场(2015年2月21日-2021年4月1日)

7、贾巴尔 508场(1969年10月19日-1976年1月8日)

6、摩西-马龙 526场(1978年11月5日-1985年3月5日)

5、杜兰特 562场(2009年3月15日-2017年2月28日)

4、卡尔-马龙 575场(1991年12月19日-1999年3月27日)

3、贾巴尔 787场(1977年12月5日-1987年12月3日)

2、乔丹 866场(1986年3月6日-2001年12月27日)

1、詹姆斯 1207场(2007年1月7日至今)

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); } ; });