我有一个雄辩的模特儿“运动员”,还有另一个桌上表演。每名运动员都有0到多次的表演。我希望获得每个运动员的最佳表现(个人最好成绩),或者如果运动员还没有任何表现,则为零。 我的运动员模型: class Athlete extends Model public $personalBest = max(performances) - the highest perfomance
* The table associated with the model.
我正在尝试使用python遍历一个JSON,但是我无法访问"mbid“节点。我只想打印第一个"mbid“节点。def get_data(): for item in data["resultsPage"]["results"]["calendarEntry"]:
mbid = item["event"]["performance"][0]["artist"]["identifier"