Open); // ...and a StreamReader based on that FileStream. reader = new StreamReader(fileStream); // Read the first line from the file. string line = reader.
確定! 回上一頁