java的printf方法

2024-11-20 03:26:17
推荐回答(2个)
回答(1):

用与输出boolean类型的值。
boolean b = false;
System.out.printf("%b", b);

回答(2):

为甚么我电脑上会出现错误呢