import java.util.Arrays; public class ArrayPrint { public static void main(String[] args){ //第一种方式: int a[][]={{1,2,3},{4,5,6}}; ...
確定! 回上一頁