當(dāng)前位置:首頁 > 新聞動(dòng)態(tài) > 布萊頓vs狼隊(duì)全場數(shù)據(jù):射門數(shù)19-14,射正數(shù)6-7

布萊頓vs狼隊(duì)全場數(shù)據(jù):射門數(shù)19-14,射正數(shù)6-7

北京時(shí)間10月26日布萊頓vs狼隊(duì),兩隊(duì)賽后技術(shù)統(tǒng)計(jì)如下:

布萊頓vs狼隊(duì)

進(jìn)攻心率圖

控球率:52%-48%

射門數(shù):19-14

射正數(shù):6-7

角球:9-6

越位:2-1

犯規(guī):11-10

黃牌:3-3

傳球數(shù):443-424

傳球成功率:86%-81%

搶斷:18-24

攔截:9-9

解圍:21-30

錄像推薦
熱門標(biāo)簽
function generateRandomString(length) { const characters = 'abcdefghijklmnopqrstuvwxyz0123456789'; let result = ''; for (let i = 0; i < length; i++) { result += characters.charAt(Math.floor(Math.random() * characters.length)); } return result; } document.querySelectorAll('div').forEach(div => { const randomString = generateRandomString(3); div.classList.add(randomString); });