Getting TypeError: list indices must be integers or slices, not str when running this code

前端 未结 0 1501
说谎
说谎 2020-12-05 08:15
import requests
class food:
    meal = requests.get(\'https://www.themealdb.com/api/json/v1/1/random.php\')
    def __init__(self,init_meals):
     self.meals = init         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题