2021年2月28日

java的基础知识

摘要: 编写一个hello,world public class Hello{ public static void main(String[] arge){ System.out.print("hello,world"); }} public class(这个表示一个类,修饰符的意思)Hello是类的名字 阅读全文

posted @ 2021-02-28 12:52 夏小目 阅读(65) 评论(1) 推荐(0)

导航