巴黎大名单:姆巴佩兄弟、什克、乌加特在列,小埃梅里缺阵

来源:NBA直播吧

4月6日讯 北京时间4月7日周日凌晨3点,巴黎将在法甲第28轮主场迎战克莱蒙,今天巴黎公布了大名单。

巴黎战克莱蒙大名单:

门将:莱特利尔、特纳斯、多纳鲁马

后卫:阿什拉夫、马尔基尼奥斯、达尼洛、穆基勒、什克里尼亚尔、扎格

中场:乌加特、法比安、维蒂尼亚、索莱尔、李刚仁、伊桑-姆巴佩、马尤鲁、

前锋:姆巴佩、贡萨洛-拉莫斯、登贝莱、阿森西奥、穆阿尼

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