要寫入文件,需要創建一個 FileOutputStream 類的對象,它將表示輸出流。 // Create a file output stream String destFile = "test.txt"; ...
確定! 回上一頁