我們可以在第二個流中開啟一個檔案,然後使用C# 中的 Stream.CopyTo() 方法將輸入流的內容複製到輸出流。 C. # cCopy using System; using System.IO; ...
確定! 回上一頁