Create(filePath); } //開始寫檔 using (StreamWriter sw = new StreamWriter(filePath)) { sw.WriteLine("寫檔成功"); }.
確定! 回上一頁