数字格式化工具
使用Intl.NumberFormat API以特定区域设置的样式、货币、分组分隔符和小数位数格式化数字。
010
使用方法
使用Intl.NumberFormat API以特定区域设置的样式、货币、分组分隔符和小数位数格式化数字。
- 1Enter a number in the input field (e.g., 1234567.89).
- 2Select a locale from the dropdown to set the language and regional number style.
- 3Choose a formatting style: Decimal, Currency, Percent, or Scientific.
- 4If Currency is selected, pick a currency code (USD, EUR, GBP, etc.).
- 5Adjust decimal places with the slider and toggle the grouping separator, then copy the result.
主要功能
- Supports 8 locales: en-US, en-GB, de-DE, ja-JP, zh-CN, ko-KR, fr-FR, es-ES
- Four number styles: Decimal, Currency, Percent, Scientific (exponential)
- Currency formatting with USD, EUR, GBP, JPY, KRW, CNY
- Adjustable decimal places from 0 to 10
- Toggle grouping separator on or off for cleaner output