摘要: package base; //数据类型public class Demo03 { public static void main(String[] args) { //整数拓展 ; 进制 二进制0b 八进制0 十进制 十六进制0x int i = 10; int i1 = 010; //八进制0 阅读全文
posted @ 2021-04-19 01:12 行走在年轮中 阅读(40) 评论(0) 推荐(0)