... charset)和new FileReader(fileName, charset)。 在Java的早期版本中,您需要使用。new InputStreamReader(new FileInputStream(pathToFile), <encoding>)
確定! 回上一頁