摘要: 1.1 一个简单的Java应用程序 1 public class FirstSample { 2 public static void main(String[] args){ 3 System.out.println("hello Java"); 4 } 5 } 1.2 注释 单行注释://cod 阅读全文
posted @ 2020-08-05 15:00 michealyangblog 阅读(87) 评论(0) 推荐(0) 编辑