C++把大写改成小写用哪个函数

2025-03-13 02:13:52
推荐回答(1个)
回答1:

int
tolower(int
c)
将字符c转换成小写字符
int
toupper(int
c)
将字符c转换成大写字符