Decimal | 小数点分隔符。对于 en-US ,是点字符。例如:2,345. 67 Decimal separator. For en-US , the dot character. Example: 2,345. 67 |
Group | 分组分隔符,通常为千位。对于 en-US ,是逗号字符。例如:2, 345.67 Grouping separator, typically for thousands. For en-US , the comma character. Example: 2, 345.67 |
List | 列表项分隔符。例如:"one, two, and three" List-item separator. Example: "one, two, and three" |
PercentSign | 百分号(最大为 100)。例如:23.4% Sign for percentage (out of 100). Example: 23.4% |
PlusSign | 正数的符号。例如:+23 Sign for positive numbers. Example: +23 |
MinusSign | 负数的符号。例如:-23 Sign for negative numbers. Example: -23 |
Exponential | 指数值的计算机表示法(10 的 n 次幂)。例如:1.2E3 Computer notation for exponential value (n times a power of 10). Example: 1.2E3 |
SuperscriptingExponent | 可读的指数格式。例如:1.2x103 Human-readable format of exponential. Example: 1.2x103 |
PerMille | 千分号(最大为 1000)。例如:23.4‰ Sign for permille (out of 1000). Example: 23.4‰ |
Infinity | 无穷大,可与正负一起使用。例如:∞,+∞,-∞ Infinity, can be used with plus and minus. Example: ∞, +∞, -∞ |
NaN | 非数字。例如:NaN Not a number. Example: NaN |
TimeSeparator | 时间单位之间使用的符号。例如:10:52 Symbol used between time units. Example: 10:52 |
CurrencyDecimal | 货币值的小数分隔符(回退为 Decimal )。例如:$2,345.67 Decimal separator for currency values (fallback to Decimal ). Example: $2,345.67 |
CurrencyGroup | 货币值的组分隔符(回退为 Group )。例如:$2,345.67 Group separator for currency values (fallback to Group ). Example: $2,345.67 |