[color=red][b]发错了位置,没想发到论坛,很抱歉[/b][/color]
[color=red][b]发错了位置,没想发到论坛,很抱歉[/b][/color]
import java.lang.reflect.Array;
public class Main {
public static void main(String[] argv) throws Exception {
int[][] ints = (int[][]) Array.newInstance(int.class, new int[] { 5, 2 });
}
}
[color=red][b]发错了位置,没想发到论坛,很抱歉[/b][/color]