由于Java 11 FileReader还获得了接受编码的构造函数:new FileReader(file, charset)和new FileReader(fileName, charset)。 在Java的早期版本中,您需要使用。new ...
確定! 回上一頁