📅  最后修改于: 2022-03-11 15:01:54.490000             🧑  作者: Mango
const currencyFormatter = new Intl.NumberFormat('pt-BR', {
style: 'currency', currency: 'BRL'
});
currencyFormatter.format(100); // R$ 100,00