摘要: """country_codes.py""" from pygal_maps_world.i18n import COUNTRIES def get_country_code(country_name): for code, name in COUNTRIES.items(): if name == 阅读全文
posted @ 2021-03-02 17:32 居家ZJ 阅读(226) 评论(0) 推荐(0)