This commit is contained in:
2509165028
2026-06-23 11:16:59 +08:00
parent 0ee17b1140
commit 495d119600
4 changed files with 249 additions and 0 deletions

22
q2_1_crawler/movies.json Normal file
View File

@@ -0,0 +1,22 @@
[
{
"id": "1",
"title": "示例电影A",
"director": "导演A",
"year": 2022,
"rating": 8.5,
"duration": 120,
"genre": "动作",
"actors_count": 4
},
{
"id": "2",
"title": "示例电影B",
"director": "导演B",
"year": 2019,
"rating": 6.0,
"duration": 95,
"genre": "喜剧",
"actors_count": 6
}
]