18: StreamReader^ sr = File::OpenText(path); 19: String^ s = ""; 20: if( s = sr->ReadLine()) 21: { 22: Console::WriteLine( s );
確定! 回上一頁