文件名称:country-iso-3-to-2:将国家代码 ISO 3166-1 Alpha 3 转换为 ISO 3166-1 Alpha 2
文件大小:3KB
文件格式:ZIP
更新时间:2024-06-19 05:50:13
xp-shopping srv-checkout-ui JavaScript
country-iso-3-to-2 将国家代码 ISO 3166-1 Alpha-3 转换为 ISO 3166-1 Alpha-2 安装 $ npm install country-iso-3-to-2 用法 const getCountryISO2 = require ( "country-iso-3-to-2" ) ; getCountryISO2 ( "BRA" ) // "BR" getCountryISO2 ( "USA" ) // "US" 应用程序接口 getCountryISO2(国家代码) 参数:带有 ISO 3166-1 Alpha-3 国家代码的字符串 返回:带有 ISO 3166-1 Alpha-2 国家代码的字符串 执照 麻省理工学院 :copyright:
【文件预览】:
country-iso-3-to-2-master
----index.js(3KB)
----test.js(108B)
----package.json(683B)
----README.md(510B)