f = open(filepath, mode='r', encoding='utf-8')city_list = json.load(f)-----<strong>这里load后数组顺序全错了</strong>return city_list 查看完整描述