摘要: public class demo03 { public static void main(String[] args) { //整数拓展 进制 二进制0b 十进制 八进制0 十六进制0x int i = 10; int i2 = 010; int i3 = 0x10; System.out.pri 阅读全文
posted @ 2022-01-11 12:22 A1小徐 阅读(29) 评论(0) 推荐(0)
摘要: 一级标题 二级标题 三级标题 四级标题 hello world hello world hello world hello world 引用 学习 图片 超链接 博客 代码 hello 阅读全文
posted @ 2022-01-07 14:46 A1小徐 阅读(13) 评论(0) 推荐(0)