扩展阅读
当前位置: 编程语言>java/jsp
java命名空间java.text类decimalformatsymbols的类成员方法: setexponentseparator定义及介绍
发布时间:2014-2-17
本文导语:
setexponentseparator
public void setexponentseparator(string exp)
设置用于分隔尾数和指数的字符串。示例:1.23x10^4 中的 "x10^",1.23e4 中的 "e" 。
参数:exp - 指数分隔符字符串
抛出:
nullpointerexception - 如果 exp 为 null从以下版本开始:
1.6...