Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
写真で簡単に説明できますが、言葉では難しい: 1 2
ご覧のとおり、ターミナルでは、印刷は正常に機能します。Eclipse では、前の印刷値が次の場合、次の印刷ステートメントは印刷されません。null
null
特定のコード:
for(int colIndex = 0; colIndex<COL; colIndex++) { System.out.print(" "+board[rowIndex][colIndex]+" "); System.out.print("|"); }