const options = {
style: 'currency',
currency: 'CNY',
};
(123456).toLocaleString('zh-CN', options) //¥123,456.00
转换金钱格式
最新推荐文章于 2023-06-24 17:47:50 发布
const options = {
style: 'currency',
currency: 'CNY',
};
(123456).toLocaleString('zh-CN', options) //¥123,456.00
1587

被折叠的 条评论
为什么被折叠?
