String.to_string

String.to_string

String.to_string

功能

返回当前字符串本身。

语法

参数

无参数。

返回值

类型说明
String返回当前字符串。

示例

注意事项

  • 该方法用于链式场景中的显式字符串化。