世界杯积分榜:巴西237分、德国221分,意大利156分、阿根廷144分

来源:NBA直播吧

11月17日讯 世界杯即将来临,《转会市场》统计了各队在世界杯的总积分情况,巴西、德国分居前二。

世界杯各队总积分榜:

1.巴西,73胜,237分

2.德国,67胜,221分

3.意大利,45胜,156分

4.阿根廷,43胜,144分

5.法国,34胜,115分

6.英格兰,29胜,108分

7.西班牙,30胜,105分

8.荷兰,27胜,93分

9.乌拉圭,24胜,84分

10.瑞典,20胜,73分

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