info是一个字典,但您要像列表一样对其进行迭代。我认为您想重复一下info['subjects']。
info
info['subjects']
for item in info['subjects']: value = int(item['quant'])