国家工具 一个简单的NodeJS助手,用于获取有关世界国家的信息。 用法 npm install country-tools import { getCurrencyFromIso2 } from 'country-tools' ; 数据 数据已从下载。 附带的工具 从国家ISO2代码获取货币代码 根据ISO2代码( US , FI等)返回国家/地区的货币。 getCurrencyFromIso2 ( countryCode : string ) : string | null 样品: getCurrencyFromIso2 ( 'US' ) ; // USD getCurrency