阡陌 发表于 2024-3-22 18:39:40

String.toUpperCase()


**toUpperCase()**





## 描述

将字符串转换为大写。`toUpperCase()` 修改字符串本身而不是返回一个新的字符串。



## 语法

```cpp
myString.toUpperCase()
```

**参数:**

`myString`:类型为 String 的变量。

**返回值:**




页: [1]
查看完整版本: String.toUpperCase()