摘要:
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
阅读(70)
评论(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
阅读(85)
评论(0)
推荐(0)
浙公网安备 33010602011771号