FileOutputStream output = new FileOutputStream("/sdcard/output.txt"); output.write(data01.getBytes()); //write()寫入字串,並將字串以byte形式儲存 ...
確定! 回上一頁