摘要: Java基础语法 标识 单行标注 // 多行标注 /* */ 多做标注 关键字 public class Demo02 { public static void main(String[] args) { String ab="c"; System.out.print(ab); } } 注意语法中符 阅读全文
posted @ 2021-03-14 13:47 TheCasually 阅读(54) 评论(0) 推荐(0)