Golang标准包详解——string.Join

1、用法func Join(a []string, sep string) stringJoin concatenates the elements of a to create a single string.

网站地图