摘要: /* 编写一个函数void replace(char *str1,char *str2,int i,int j),将字符串中str1中的第i个字符开始到j个字符结束的位置替换为str2. */ #include <stdio.h> #include <stdlib.h> #include <stri 阅读全文
posted @ 2021-09-24 20:59 叶梓渔 阅读(666) 评论(0) 推荐(0)