我有一个使用包 tmdbsimple 的类: 电影.py import tmdbsimple as tmdb tmdb.API_KEY = '12345' class Movie(): def __init__(self, tmdb_id): movie = tmdb.
確定! 回上一頁