摘要: //访问修饰符 public class HelloWorld { //类名 //关键字 返回类型 方法名 String类 字符串数组 public static void main(String[] args){ //主函数 System.out.println("helloWorld"); // 阅读全文
posted @ 2020-12-23 11:39 lalalaal 阅读(59) 评论(0) 推荐(0)