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.
関数または何かがあるかどうかを知りたいので、次のようにテキストの色を変更できます: System.out.println("hi") テキスト「hi」は赤で、他のテキストと同じになります
System.out残念ながら、プレーンな標準システム出力を使用するため、ありません。
System.out
テキストに色を付けたい場合は、GUI などを使用しますSwing。
Swing