Versa provides data conversion functions, one of which is the string function, which converts its argument to a string.
Versa 提供数据转换函数,其中之一是 string 函数,它将其参数转换成字符串。
2
As with any call, an argument might match its parameter either because the types match exactly or because there is a conversion from the argument type to the type of the parameter.