基础
前端框架
Appearance
new Intl.NumberFormat('en-US', { style: 'currency', currency: 'USD' }).format(10000)
(10000).toLocaleString('en-US', { style: 'currency', currency: 'USD', })
货币代码的列表