NULL) { p=strstr(a,b); if(p==NULL) break; strncpy(p,c,strlen(c)); } printf("字串替換 後:%s\n",a); ...
tw.knowledge.yahoo.com