进球网2024金球竞争力排名:贝林姆总凯恩前3,维尔茨第6梅西16

来源:NBA直播吧

5月6日讯 23-24赛季已经进入尾声,《进球网》排出了2024金球奖竞争力Top20球员榜单,贝林厄姆、姆巴佩、凯恩位列前三。

1.贝林厄姆

2.姆巴佩

3.凯恩

4.维尼修斯

5.福登

6.维尔茨

7.哈兰德

8.罗德里

9.克罗斯

10.萨卡

11.罗德里戈

12.吕迪格

13.赖斯

14.德布劳内

15.格列兹曼

16.梅西

17.贝尔纳多-席尔瓦

18.萨拉赫

19.弗林蓬

20.劳塔罗-马丁内斯

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