using (StreamWriter sw = new StreamWriter(filePath)) ... Create()來開新檔案,StreamWriter 本上就會判斷檔案是否存在,不存在就建立新的檔案,
確定! 回上一頁