FileOutputStream fout = openFileOutput("myfile.txt",MODE_PRIVATE); BufferedOutputStream buffout = new BufferedOutputStream(fout); ...
確定! 回上一頁