2021年英超第31轮 水晶宫vs切尔西全场集锦
2021-04-11 13:20:18

全场集锦↓

[QQ全场集锦] 英超-哈弗茨祖马破门普利西奇梅开二度 切尔西4-1水晶宫


[进球视频] 詹姆斯右路低平传中 普利西奇后点垫射破门


[进球视频] 施鲁普左路下底传中 本特克头球破门扳回一分


[进球视频] 芒特左侧任意球精准制导 祖玛大力头槌破门


[进球视频] 哈弗茨倒三角回传 普利西奇劲射再下一城


[进球视频] 哈弗茨禁区右侧闪开空档 左脚兜射远角破门


主队:水晶宫
客队:切尔西
比赛时间:2021-04-11 00:30:00
```json { "match_summary": [ { "type": "goal", "player": "哈弗茨", "assist_by": "普利西奇", "description": "倒三角回传,普利西奇劲射破门" }, { "type": "goal", "player": "普利西奇", "assist_by": null, "description": "左脚兜射远角破门" } ], "teams": [ { "name": "切尔西", "score": 4 }, { "name": "水晶宫", "score": 1 } ], "event_time": "2021-04-11 00:30:00" } ``` This JSON structure provides a clear and concise summary of the match, detailing the goals scored by both players, their assists, and the final scores for each team. The event time is also included to give context to when this information was recorded. This format can be easily parsed and used in various applications or databases. ```json { "match_summary": [ { "type": "goal", "player": "哈弗茨", "assist_by": "普利西奇", "description": "倒三角回传,普利西奇劲射破门" }, { "type": "goal", "player": "普利西奇", "assist_by": null, "description": "左脚兜射远角破门" } ], "teams": [ { "name": "切尔西", "score": 4 }, { "name": "水晶宫", "score": 1 } ], "event_time": "2021-04-11 00:30:00" } ```