摘要: 标识符和关键字 public class Demo01 { public static void main(String[] args) { String Ahello = "Andy"; // ctrl+ d 复制当行内容 String ahello = "Andy"; String $hello 阅读全文
posted @ 2022-07-02 23:32 努力学习的J1an-JIan 阅读(23) 评论(0) 推荐(0)
摘要: 基础语法1 public class HelloWorld { public static void main(String[] args) { //输一个Hello,World! // System.out.println("Hello,World!"); //多行注释 /* 注释*/ /* 我是 阅读全文
posted @ 2022-07-02 23:10 努力学习的J1an-JIan 阅读(29) 评论(0) 推荐(0)