会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
kerwin cui
Rome is not build in one day
博客园
首页
新随笔
联系
管理
2021年4月16日
C语言代码段
摘要: /* 功 能:将str字符串中的oldstr字符串替换为newstr字符串 * 参 数:str:操作目标 oldstr:被替换者 newstr:替换者 * 返回值:返回替换之后的字符串 */ char *strrpc(char *str,char *oldstr,char *newstr){ cha
阅读全文
posted @ 2021-04-16 20:59 kerwin cui
阅读(136)
评论(0)
推荐(0)
编辑
公告