摘要: 1.System 类常见方法和案例 public class System_ { public static void main(String[] args) { //exit 退出当前程序 // System.out.println("ok1"); // //老韩解读 // //1. exit(0 阅读全文
posted @ 2022-12-08 22:57 半路_出家ren 阅读(49) 评论(0) 推荐(0) 编辑
摘要: 1.Arrays 类常见方法应用案例 源码:toString() public class ArraysMethod01 { public static void main(String[] args) { Integer[] integers = {1, 20, 90}; //遍历数组 // fo 阅读全文
posted @ 2022-12-08 22:30 半路_出家ren 阅读(62) 评论(0) 推荐(0) 编辑
返回顶端