C# //檢查檔案是否存在if (!File.Exists(FilePath)) { MessageBox.Show("找不到檔案"); return; } StreamReader objReader = new ...
確定! 回上一頁