將byte數組寫入文件

public static void writeBytesToFile() throws IOException{ String s = "aaaaaaaa"; byte[] bs= s.getBytes(); OutputStream out = new FileOutputStream("/storage/sdcard0/aaa");
相關文章
相關標籤/搜索