摘要: #数组初始化方法 package com.le.array; public class Demo01 { public static void main(String[] args) { //静态初始化:创建 + 赋值 int[] a ={1,2,3,4,5,6,7}; System.out.pri 阅读全文
posted @ 2022-02-20 22:18 勤学码虫 阅读(23) 评论(0) 推荐(0)