该函数用于关闭 Java 写入器。
var csvWriter = new CSVWriter("output/test.txt", ",", "\"", "MS932"); ... csvWriter.close();
csvWriter. close ( )
void