如何将国家代码转换为国家名称
我有来自国家/地区的 XML 结果,但结果采用 ISO2 格式。
EX:我们将它们作为完整的国家/地区名称进入我的数据库
例如:美国
在将国家/地区代码添加到数据库之前,是否有任何脚本可以将国家/地区代码转换为完整的国家/地区名称。
我在互联网上搜索过,但找不到任何结果,只找到某项的 IP 地址。
I have results from XML for country , but the results are in ISO2 format.
EX: US them to be into my database as full country name
EX: United States
Is there any script that can convert country codes into full country name , before I add them into my database.
I have searched over the internet but I can't find any results, only IP address to something.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不知道任何本地脚本,因为您必须管理数据和值之间的映射。但似乎确实有一个可以使用的公共 API。
I don't know about any local script, since you'd have to manage the data and the mapping between values. But there does appear to be a public API that can be used.