摘要: public static void main(String[] args) throws IOException { String charsetName = "GBK"; String fileName = "data.txt"; bufferToTxt(charsetName, fileName); txtToBuffer(c... 阅读全文
posted @ 2017-10-21 11:25 hanggle 阅读(2414) 评论(0) 推荐(0)