for i in range(len(type_list)):
# 通过迭代list创建一个字典
type_temp = {"type_list":type_list[i]};
# 把迭代好的字典添加新字典
temps["type"+str(i)]=type_temp
for i in range(len(type_list)):
# 通过迭代list创建一个字典
type_temp = {"type_list":type_list[i]};
# 把迭代好的字典添加新字典
temps["type"+str(i)]=type_temp