if ((row + col) % 2 == 0) { // 编号为奇数的斜线 if (col == n - 1) { // 达到行末时向下移动一行 row++; } else if (row == 0) { // 达到列首时向 ...
確定! 回上一頁