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
posted @ 2021-02-28 12:52
posted @ 2021-02-23 13:01