1
This commit is contained in:
22
q2_1_crawler/movies.json
Normal file
22
q2_1_crawler/movies.json
Normal 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
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user