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

2025年03月13日 02:13
有1个网友回答
网友(1):

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