李sir_Blog

博客园 首页 联系 订阅 管理

2011年1月23日

摘要: stl string 使用1. 查找字符std::wstring strData = L"result[北京市, 上海市, 深圳市]/result"void DoF(const std::wstring &strData, std::liststd::wstring& listDo){ std::wstring strTarB = L"result["; std::wstring strTarE = L"]/result"; std::wstring::size_type nBeginTempB = 0, nEndTempB = 0, nBeginTempE = 0, nE 阅读全文
posted @ 2011-01-23 15:13 李sir 阅读(6317) 评论(0) 推荐(0)