//两个字符串的连接 #include<stdio.h> int main(){ char str1[100],str2[100]; int i,j; printf("请输入2个字符串: "); gets(str1); gets(str2); for(i=0;str1[i]!='