Show("找不到檔案"); return; } StreamReader objReader = new StreamReader(FilePath); string sLine = ""; ArrayList arrText = new ArrayList(); ...
確定! 回上一頁