摘要:
在字符串中查找目标字符串并将其替换为指定字符串,返回替换的次数。接口为int find_str_replace(char *&str,const char *find_str,const char *replace_str)将str中所有find_str替换为replace_str。要求不利用STL... 阅读全文
posted @ 2014-10-09 22:33
xiaoluo91
阅读(388)
评论(0)
推荐(0)
浙公网安备 33010602011771号