摘要: getline 用法 istream& getline ( istream &is , string &str , char delim ); delim 是遇到它便停止,如果没有,则默认为'\n'; 阅读全文
posted @ 2024-05-08 15:12 lintangle 阅读(9) 评论(0) 推荐(0)