@Test
public void one() {
DecimalFormat df = new DecimalFormat("0.00%");
System.out.println(df.format(0.12647));
}
@Test
public void one() {
DecimalFormat df = new DecimalFormat("0.00%");
System.out.println(df.format(0.12647));
}

被折叠的 条评论
为什么被折叠?