会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
首页
新随笔
订阅
管理
2018年1月12日
C语言 字符串大小写转换 自定义函数
摘要: #include <stdio.h>#include <stdlib.h>#include <string.h>char * strtolower(char * old){ char xx[1000]; int ii, length=0; length=strlen(old); for(ii=0;
阅读全文
posted @ 2018-01-12 23:43 emanlee
阅读(7116)
评论(1)
推荐(0)