摘要: 基础语法 Demo03 进制运算 public class Demo03 { public static void main(String[] args) { int i = 10; int j = 010; int k = 0x10;​ System.out.printf("%d %d %d",i 阅读全文
posted @ 2022-07-04 13:46 SmallWatermelon 阅读(105) 评论(0) 推荐(0)
摘要: Markdown Title Third level title Four level title font hello,world ! hello,world ! hello,world ! hello,world ! Quote 醉卧沙场君莫笑,古来征战几人回? Split line image 阅读全文
posted @ 2022-06-30 16:01 SmallWatermelon 阅读(16) 评论(0) 推荐(0)