How read or get each pressed (inputed) key from console (stdin)? > > By example. > while(true) { > int c = inpStream.getChar(); > if(c == 10) { > ...
確定! 回上一頁