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