Formatting currencies shows name of currency instead of symbol

前端 未结 0 1224
Happy的楠姐
Happy的楠姐 2020-12-07 14:08

I am using Number.prototype.toLocaleString() like this

5000.70.toLocaleString(\'en-AU\', {
    style: \'currency\',
    currency: \'EUR\',
    cu         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题