我的“阅读代码”:(我猜到了,我不知道这是否可行) FileInputStream read = new FileInputStream in.readBytes(""+highscore);如果readBytes是正确的命令,那么我将得到以下错误:
The method readBytes(String
我正在尝试使用DataInputStream从用户那里获取输入。但这将显示一些垃圾整数值,而不是给定的值。.*; public static void main(String[] args) throws IOException { String str="Enter your Age :";
System.out.print(str);