iftream fin......fin.getline (str, sizeof (str));这个str中无法接受有些字符如ASCII 11,直接用unsigned char ch;while (fin >> ch) { ......}时,仍会跳过空格等字符如果我想读取全部字符该怎么办