摘要:
1 #include 2 #include 3 int main(){ 4 char s[100]; 5 gets(s); 6 printf("原字符串:%s\n",s); 7 printf("变大写字符串%s\n",strupr(s)); 8 printf("变小写字符串%s\n",strlwr(s)); 9 return ... 阅读全文
posted @ 2018-06-27 18:41
孙悟空son_ku_kong
阅读(116)
评论(0)
推荐(0)

浙公网安备 33010602011771号