This commit is contained in:
2509165045
2026-06-25 15:12:13 +08:00
parent 9a654c3169
commit 4354081314
6 changed files with 126 additions and 119 deletions

View File

@@ -38,5 +38,5 @@ for item in items:
"actors_count": actors_count
})
print(data)
with open("movie.json","w",encoding="utf-8") as f:
with open("movies.json","w",encoding="utf-8") as f:
json.dump(data,f,ensure_ascii=False,indent=4)