This commit is contained in:
2509165027
2026-06-23 11:22:41 +08:00
parent 1e00974a79
commit 74906f0596
4 changed files with 337 additions and 0 deletions

102
q2_1_crawler/movies.json Normal file
View File

@@ -0,0 +1,102 @@
[
{
"id": "1",
"title": "放牛班的春天",
"director": "Frank Darabont",
"year": 2019,
"rating": 8.2,
"duration": 134,
"genre": "爱情",
"actors_count": 2
},
{
"id": "2",
"title": "忠犬八公的故事",
"director": "陈凯歌",
"year": 2010,
"rating": 6.7,
"duration": 130,
"genre": "爱情",
"actors_count": 4
},
{
"id": "3",
"title": "星际穿越",
"director": "Robert Zemeckis",
"year": 2010,
"rating": 7.7,
"duration": 109,
"genre": "动画",
"actors_count": 2
},
{
"id": "4",
"title": "阿甘正传",
"director": "James Cameron",
"year": 2005,
"rating": 9.2,
"duration": 98,
"genre": "爱情",
"actors_count": 4
},
{
"id": "5",
"title": "肖申克的救赎",
"director": "宫崎骏",
"year": 2022,
"rating": 8.9,
"duration": 111,
"genre": "冒险",
"actors_count": 4
},
{
"id": "6",
"title": "霸王别姬",
"director": "Christopher Nolan",
"year": 2005,
"rating": 9.4,
"duration": 169,
"genre": "悬疑",
"actors_count": 5
},
{
"id": "7",
"title": "千与千寻",
"director": "Lasse Hallström",
"year": 2000,
"rating": 9.2,
"duration": 106,
"genre": "冒险",
"actors_count": 4
},
{
"id": "8",
"title": "盗梦空间",
"director": "Rajkumar Hirani",
"year": 2014,
"rating": 8.0,
"duration": 101,
"genre": "悬疑",
"actors_count": 2
},
{
"id": "9",
"title": "泰坦尼克号",
"director": "Christophe Barratier",
"year": 1996,
"rating": 9.2,
"duration": 93,
"genre": "喜剧",
"actors_count": 5
},
{
"id": "10",
"title": "三傻大闹宝莱坞",
"director": "Christopher Nolan",
"year": 2003,
"rating": 7.9,
"duration": 114,
"genre": "冒险",
"actors_count": 4
}
]