摘要: 1.注释 单行注释 快捷键“command+/” public class HelloWorld { public static void main(String[] args) { //输出一个helloworld System.out.println("hello world"); } } 多行 阅读全文
posted @ 2021-11-15 00:14 毛躁的秦班长 阅读(29) 评论(0) 推荐(0)