Use Intl.NumberFormat to enable country / currency sensitive formatting. ```js const toCurrency = (n, curr, LanguageFormat = undefined) ...
確定! 回上一頁