String[][] strs = new String[5][5];//创建二维数组,假设已经填充内容 for (int i=0; i<strs.length; ++i){ for(int j=0; j<str[i].length; ++j){ //内容 } }