大龙的博客

常用链接

统计

最新评论

记: std::stringstream默认的标志是std::ios::skipw跳过空格的

若不想跳过空格需要如下设置std::unsetf(std::ios::skipw);

posted on 2007-07-09 18:13 大龙 阅读(812) 评论(0)  编辑 收藏 引用