... try { os = new FileOutputStream(src,false); //操作 String str = "你好,哈哈哈"; byte[] bytes = str.getBytes("GBK");//字節數組采用GBK編碼 ...
確定! 回上一頁