摘要: string读入一整行:getline(cin,in);string可作为输入流,如下#includestringstream str(in);str>>word; 阅读全文
posted @ 2015-03-24 21:42 cjrzh 阅读(102) 评论(0) 推荐(0) 编辑