[Solution found!] 正如Tiledor在Jon Skeet的回答中所强调的那样,流CopyTo从.NET 4开始就有一种方法。 var fileStream = File.Create("C:\\Path\\To\\File"); ...
確定! 回上一頁