亚马尔闪耀全场:1球5过人,评分8.1!
1月13日讯,在西超杯决赛中,巴萨对阵皇马。亚马尔首发出战,并表现突出,打入一球。他在比赛中成功完成5次过人,传球成功率高达91.3%,最终获得评分8.1。
以下是亚马尔本场比赛的详细数据:
- 进球:1
- 助攻:0
- 射门次数:3
- 射正次数:2
- 过人总数:6
- 成功过人次数:5
- 丢失球权次数:7
- 越位 : 1 li >
- 触球 : 42 li >
- 传球总数 : 23 li > < Li >< p > P > < l i class="success" , ] < Li >< p > P > .-.-. - - -- -- --- --- ---- ----- ----- ------ ------- ----------- -------------------- ======================= [==] ============ --------------------------------------- --------------------------------------------------------=-------------------------- ========-----=========================[==============] ============================================== ==================================================== ============================================================================================================" "----------------------------------------------------------------------------------------------------------------------------- '--------------------------------------------------------------------------------------------------------------------------------------------------- *--------------------------------------------------------------------------------------------------------------- %=============================================================================================================================% ^^^^^^^^^^^^------------------------------------------------------"""""""---------------------------------------------- @@@@@@@@@@@@@@@@%--+*#****##**+++++++++=+++++++-+++++++++++++++++++....................... ``` ```{code} return { statusCode: status, body: JSON.stringify({ data: data || null, message: code === HTTP_STATUS_CODES.OK ? message : errorMessage ?? "", }); } export const handler = async (event) => { const { path, httpMethod } = event; if (!path.startsWith("/api/v")) return; try { const responseData = await fetch(`${API_BASE_URL}${path}`, { method: httpMethod.toUpperCase(), headers: getHeaders(event.headers), body: httpMethod !== "GET" && event.body ? JSON.stringify(JSON.parse(event.body)) : undefined, }); if (!responseData.ok) throw new Error("Failed to fetch"); return buildResponse(responseData); } catch (error) { console.error(error); throw new Error(`Error occurred while processing the request`); } }; } : } ` ) } } ``` ``` // Your code here! `
The End
发布于:2025-01-13,除非注明,否则均为
原创文章,转载请注明出处。