填写这份《一分钟调查》,帮我们(开发组)做得更好!去填写Home

getLocaleNumberSymbol

Retrieves a localized number symbol that can be used to replace placeholders in number formats.

getLocaleNumberSymbol(locale: string, symbol: NumberSymbol): string
      
      getLocaleNumberSymbol(locale: string, symbol: NumberSymbol): string
    
参数
locale string

The locale code.

symbol NumberSymbol

The symbol to localize.

返回值

string: The character for the localized symbol.

参见