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.
ターミナル ウィンドウに output=> が表示される理由がわかりません。次のコードの
class TestChar{ public static void main(String args[]){ char phi='\u03A6'; System.out.println(phi); } }
Unicode 文字を表示するための追加要件はありますか?