您可以看到,该方法将字符串转换为大写字母。
As you can see that method converted the string to uppercase.
返回一个字符串,该字符串中的所有字母都被转换为大写字母。
Returns a string where all alphabetic characters have been converted to uppercase.
它把这个传递给toupper函数,如果你们使用过,它表示的是把小写字母,转换为大写字母。
It's passing to this function called toupper, which if you've never used it it actually does what it says it makes it touppercase.
It's passing to this function called toupper, which if you've never used it it actually does what it says it makes it touppercase.
它把这个传递给toupper函数,如果你们使用过,它表示的是把小写字母,转换为大写字母。
应用推荐