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.
Javaでコンソールから1文字を読み取る方法...?? BufferedReader なしで実行できますか?
使用:
int byte = system.in.read(); char singleChar = (char)byte;
コンソールから 1 バイトを読み取る必要があります。