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)
posted @ 2021-02-28 12:52 夏小目 阅读(65) 评论(1) 推荐(0)
posted @ 2021-02-23 13:01 夏小目 阅读(104) 评论(1) 推荐(0)