IOException; import java.io.FileReader; ... try { CSVReader reader = new CSVReader(new FileReader("yourfile.csv")); String[] nextLine; ...
確定! 回上一頁