2013年10月16日 - 表示小数点前任意位数 2 表示两位小数格式后的结果为f 表示浮点型. 方式四: ... import java.math.* ; ... return Math.round( value * 100 ) / 100.0;.
www.cnblogs.com