随笔 - 4  文章 - 0  trackbacks - 0
<2024年4月>
31123456
78910111213
14151617181920
21222324252627
2829301234
567891011

常用链接

留言簿

随笔档案

搜索

  •  

最新评论

阅读排行榜

评论排行榜

 typedef multimap<CString, CString>::iterator it_authors;
 pair<it_authors, it_authors> pos = theApp.m_chatConetentList.equal_range(strDel);
 if (pos.first!=pos.second)
 {
  theApp.m_chatConetentList.erase(pos.first,pos.second);
 }
posted on 2010-01-26 12:00 zwicker 阅读(401) 评论(0)  编辑 收藏 引用

只有注册用户登录后才能发表评论。
网站导航: 博客园   IT新闻   BlogJava   知识库   博问   管理