本文共 125 字,大约阅读时间需要 1 分钟。
1 int tolower(int c) 这个函数转换大写字母为小写
2 int toupper(int c) 这个函数转换小写字母为大写
转载于:https://www.cnblogs.com/wangmengmeng/p/4616614.html