使用Formatter在Java中垂直对齐数值
要在Java中垂直对齐数值,请使用Formatter。要使用Formatter类,请导入以下软件包。
import java.util.Formatter;
取一个数组-
double arr[] = { 2.5, 4.8, 5.7, 6.5, 9.4, 8.4, 9.5, 10.2, 11.5 };显示此双精度数组值时,请使用%f设置空格-
for (double d : arr) {
f.format("%12.2f %12.2f %12.2f\n", d, Math.ceil(d), Math.floor(d));
}上面,我们还设置了小数位,即12.2f表示2个小数位。
以下是一个例子-
示例
import java.util.Formatter;
public class Demo {
public static void main(String[] argv) throws Exception {
double arr[] = { 2.5, 4.8, 5.7, 6.5, 9.4, 8.4, 9.5, 10.2, 11.5 };
Formatter f = new Formatter();
f.format("%12s %12s %12s\n", "Points1", "Points2", "Points3");
System.out.println("The point list...\n");
for (double d : arr) {
f.format("%12.2f %12.2f %12.2f\n", d, Math.ceil(d), Math.floor(d));
}
System.out.println(f);
}
}输出结果
The point list... Points1 Points2 Points3 2.50 3.00 2.00 4.80 5.00 4.00 5.70 6.00 5.00 6.50 7.00 6.00 9.40 10.00 9.00 8.40 9.00 8.00 9.50 10.00 9.00 10.20 11.00 10.00 11.50 12.00 11.00
热门推荐
10 新年门口花束祝福语简短
11 盘锦结婚祝福语大全简短
12 父母生日祝福语 简短独特
13 家庭恩爱祝福语简短英文
14 高考俄语祝福语大全简短
15 虎年祝福语 诗句唯美简短
16 生日婚礼祝福语简短精辟
17 虎年喝酒拜年祝福语简短
18 教师闺蜜祝福语简短