getParentFile()); OutputStream fos=null; try { fos=new FileOutputStream(target); if (data != null) { fos.write(data.getBytes("UTF-8")); } fos.close(); } ...
確定! 回上一頁