2020年8月13日

day01_java_hello_world

摘要: 第一个程序,向世界发声 public class hello{ public static void main(String[] args){ System.out.println("Hello,World!"); } } 快速输入 public class XiaoYu { public stat 阅读全文

posted @ 2020-08-13 23:08 cron501 阅读(65) 评论(0) 推荐(0)

导航