赞
踩
private final static int[][] next = { { 0, -1}, { 0, 1}, { -1, 0}, { 1, 0}}; private int rows; private int cols; char[]