c语言 把某一字符串中的其中一段字符串替换成另一串字符串。

日期:2020-01-21 19:20:52 人气:1

c语言 把某一字符串中的其中一段字符串替换成另一串字符串。

#include #include void main(void) { char getstr[100]; char sendstr[100]; char a_b[100]; char i; printf("please input the firs str!\n"); gets(getstr); printf("please input the second str !\n"); gets(
    A+
热门评论