const options = {
style: 'currency',
currency: 'CNY',
};
(123456).toLocaleString('zh-CN', options) //¥123,456.00
11-25
11-25
const options = {
style: 'currency',
currency: 'CNY',
};
(123456).toLocaleString('zh-CN', options) //¥123,456.00

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