2022年11月29日
摘要: public class ArrayDemo03 { //稀疏数组 public static void main(String[] args) { //1.创建一个二维数组 11*11 0:没有棋子 1:黑棋 2:白旗 int[][] array1 = new int[11][11]; array 阅读全文
posted @ 2022-11-29 21:58 小宇不会编程 阅读(21) 评论(0) 推荐(0)