public static int[ ][ ] getPrimeFactors(int number) {
int[][] array=new int[10][10]; //不可以只写int[10][10] array;
}
重点是 类型写 int[ ][ ] 然后最后返回数组