ifstream fin;fin.open()......while( getline( fin, s ) )
{
... ...
}然后我又想重新把指针定义到文件开头,重新来读取文件,需要怎么写?