The ReadLine method of StreamReader reads one line at a time. ... int counter = 0;; string ln;; while ((ln = file.ReadLine()) !
確定! 回上一頁