长度 length
返回参数中字符串表达式的字符数。
类别
字符串
函数语法
length(<parameters>)
参数
- 字符串
签名和返回的类型
length(<string>)
返回整数。
示例
length("Hello World")
返回11。
recommendation-more-help
b22c9c5d-9208-48f4-b874-1cefb8df4d76
返回参数中字符串表达式的字符数。
字符串
length(<parameters>)
length(<string>)
返回整数。
length("Hello World")
返回11。