python中怎么把,list,字典dict转换为字符串使用values()函数将字典转换为值列表,使用items将字典转换为(key,value)列表。要将列表转换为字典,需要使用两个列表来转换为字...