这种简洁风格很喜欢
kankankankankanla
不错确实很简约 壁纸也很好看
{:10_424:}
谢谢楼主分享
学习
学习
学习
学习
学习
public static void printWall(T t) {// 打墙+打T型
Cell[] Cells = t.Cells;
for (int i = 0; i < 20; i++) {
for (int j = 0; j < 10; j++) {
if (i == Cells.row && j == Cells.col
||
i == Cells.row && j == Cells.col
||
i == Cells.row && j == Cells.col
||
i == Cells.row && j == Cells.col) {
System.out.print("* ");
} else {
System.out.print("- ");
}
}
System.out.println();
}
}
看看看看看看看
极简主义 很漂亮
多谢分享。。。