2008年1月23日
摘要: //std::string中替换子字符串的函数 #include <string> void string_replace( std::string &strBig, const std::string &strsrc, const std::string &strdst ){ std::strin 阅读全文
posted @ 2008-01-23 19:50 zdleek 阅读(9) 评论(0) 推荐(0)