扩展阅读
当前位置: 编程语言>java/jsp
java命名空间java.text.spi类numberformatprovider的类成员方法: getnumberinstance定义及介绍
发布时间:2014-2-17
本文导语:
getnumberinstance
public abstract numberformat getnumberinstance(locale locale)
为指定语言环境返回新的通用 numberformat 实例。
参数:locale - 所需的语言环境
返回:通用的数字格式器
抛出:
nullpointerexception - 如果 locale 为 null
illegalargumentexcept...