f = open(filepath, mode='r', encoding='utf-8')city_list = json.load(f)-----<strong>這里load后數(shù)組順序全錯了</strong>return city_list 查看完整描述