摘要:// 参数说明: // in, 源字符串 // out, 存放最后结果的字符串 // outlen,out最大的大小 // src,要替换的字符串 // dst,替换成什么字符串 char *strrpl(char *in, char *out, int outlen, const char *sr
阅读全文
posted @ 2016-11-16 15:29
posted @ 2016-11-16 15:29