已采纳 王子翔 新手光能 char a[99],b,d; int i; gets(a); cin>>b>>d; for(i=0;i<=strlen(a);i++) { if(a[i]==b) a[i]=d; } puts(a); return 0; 头文件<bits/stdc++.h>