摘要: public static void main(String[] args) { int binary = 0b11; int octal = 011; int decimal = 11; int hexadecimal = 0x11; System.out.println("二进制11:" + b 阅读全文
posted @ 2022-07-18 11:47 搬运工001 阅读(42) 评论(0) 推荐(0) 编辑