会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
郭导技术小站
博客园
首页
新随笔
联系
订阅
管理
2018年1月27日
C++从string中删除所有的某个特定字符
摘要: C++中要从string中删除所有某个特定字符, 可用如下代码 str.erase(std::remove(str.begin(), str.end(), 'a'), str.end()); 其中, remove来自<algorithm>, 它的签名是 template <class Forward
阅读全文
posted @ 2018-01-27 10:35 郭导技术小站
阅读(13002)
评论(0)
推荐(0)
编辑
公告