C ++中有两种getline函数:一种是std::basic_istream::getline,它与上文的get函数都是 istream 类的成员函数;另一种是std::getline,定义于头文件 <string> 中,是 std ...
確定! 回上一頁