获取国家列表
Get List of Countries
在数据库中看不到国家/地区列表,也看不到它们周围的任何设置。
我正在编写自定义送货方式模块,需要将三字符国家/地区代码转换为两字符代码。
获取使用服务器端的国家/地区列表的最佳方法是什么?
遗憾的是VC不包含用于从服务器端代码使用的国家/地区资源。但我建议您包括这个 countries JSON from our storefront GitHub repository as embedded resource into your module project and read it as described here。
在数据库中看不到国家/地区列表,也看不到它们周围的任何设置。
我正在编写自定义送货方式模块,需要将三字符国家/地区代码转换为两字符代码。
获取使用服务器端的国家/地区列表的最佳方法是什么?
遗憾的是VC不包含用于从服务器端代码使用的国家/地区资源。但我建议您包括这个 countries JSON from our storefront GitHub repository as embedded resource into your module project and read it as described here。