摘要: 使用完释放记得内存free(str),防止内存泄露 char * replace (const char *str, const char *src, const char *dst){ const char* pos = str; int count = 0; while ((pos = strs 阅读全文
posted @ 2019-03-12 17:52 wjbooks 阅读(6890) 评论(0) 推荐(1)