摘要: f = open("city.txt","r",encoding="utf-8") china_city = eval(f.read()) f.close() print("操作说明:增加》z,删除》del,进入》直接输入名称,返回上层》b") def quits(): import os prin 阅读全文