摘要: package practice4_9; import java.util.Arrays; /* * 编写数组静态赋值 */ public class test01 { public static void main(String[] args) { int[] arr1 = {10,20,30,4 阅读全文
posted @ 2020-04-09 11:11 计算机1802王兆明 阅读(223) 评论(0) 推荐(0) 编辑