摘要: 转换流 1. OutputStreamWriter类 它的作用的就是,将字符串按照指定的编码表转成字节,在使用字节流将这些字节写出去。 public static void writeCN() throws Exception { //创建与文件关联的字节输出流对象 FileOutputStream 阅读全文
posted @ 2020-08-02 17:58 wangmeihao 阅读(117) 评论(0) 推荐(0)