摘要: 数值类型 public static void main(String[] args){ int i1 = 10;//十进制 int i2 = 010;//八进制 int i3 = 0x10;//十六进制 System.out.println(i1); System.out.println(i2); 阅读全文
posted @ 2021-03-10 21:06 n1ce2cv 阅读(42) 评论(0) 推荐(0) 编辑
摘要: # 一级标题 ## 二级标题 #个数+空格 三个减号-或者星号*是分隔线 hello 左右**是加粗 hello 左右*是斜体 hello 左右~~是划线 > haha 右尖括号>是引用 ![tupianming]加()是图片 chaoi []加()是超链接 表格直接插入 - 加号加空格 1. 点号 阅读全文
posted @ 2021-03-10 13:47 n1ce2cv 阅读(29) 评论(0) 推荐(0) 编辑