Java 中布尔有两种:基本类型boolean 和对象类型Boolean。 打印基本类型boolean. boolean value = false; System.out.println(""+value); ...
確定! 回上一頁