To write a BOM in UTF-8 you need PrintStream.print() , not PrintStream.write() . Also if you want to have BOM in your csv file, I guess you need to print a ...
確定! 回上一頁