Declaration
func Join(target List<string>, sep string) string
go
Parameters
Input
| Name | Type | Description |
|---|---|---|
| Target | ListT_String | Target string list |
| Sep | String | The specified identifier used to concatenate strings |
Return
| Type | Description |
|---|---|
| String | Output string |