巴萨VS拉斯帕尔马斯全场数据:射门148、控球率69%31%

来源:NBA直播吧

3月31日讯 在今日凌晨进行的一场西甲联赛中,巴萨1-0拉斯帕尔马斯。

全场比赛数据如下(巴萨在前):

射门14-8

射正2-0

预期进球1.69-0.24

控球率69%-31%

传球成功率89%-74%

犯规11-9

黄牌5-1

红牌0-1

角球6-1

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