dequanth

导航

2022年9月17日

稀疏数组的创建和还原

摘要: package com.java.test; public class ArrayDemo { public static void main(String[] args) { //创建一个二维数组11*11, 0:没有棋子 1:黑棋 2:白棋 int[][] array = new int[11] 阅读全文

posted @ 2022-09-17 11:10 dequantianhe 阅读(9) 评论(0) 推荐(0) 编辑