摘要: 标识符 类名、变量名、方法名即为标识符。 public class Hello/*类名也是文件名*/ { public static void main/*方法*/(String[] args) { //IDEA里的psvm或者main System.out.println/*具体方法*/("长风破 阅读全文
posted @ 2021-04-22 01:29 MaximMarx 阅读(127) 评论(0) 推荐(0)