2020年11月30日
摘要: 1 public class hello { 2 public static void main(String[] args) { 3 System.out.println("hello,world!"); 4 } 5 } 以上,是第一个代码,打印出hello world在屏幕上。 如何在一个空项目 阅读全文
posted @ 2020-11-30 19:41 时崎黯夜 阅读(62) 评论(0) 推荐(0)