1. read()这个方法是对这个流一个一个字节的读,返回的int就是这个字节的int表示方式. public static void main(String[] args){ InputStream in = new FileInputStream("c ...
確定! 回上一頁