Java 字符串 toString() 方法
定义和用法
The toString()
方法返回字符串本身。
此方法看起来可能多余,但它的目的是让将字符串视为更通用的对象的代码知道它的字符串值,而无需将其转换为 String
类型。
语法
public String toString()
技术细节
返回值 | The String 对象本身。 |
---|---|
Java 版本 | 任何 |
❮ 字符串方法
The toString()
方法返回字符串本身。
此方法看起来可能多余,但它的目的是让将字符串视为更通用的对象的代码知道它的字符串值,而无需将其转换为 String
类型。
public String toString()
返回值 | The String 对象本身。 |
---|---|
Java 版本 | 任何 |
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]