double 科学计数法转字符串

一、double a =  0.00000001;ci 二、字符串 new BigDecimal(String.valueOf(a)).toPlainString();   注意: 实列 BigDecimal 时,须要字符串。im
相关文章
相关标签/搜索