码迷,mamicode.com
首页 > 编程语言 > 详细

Golang数组拼接为字符串

时间:2020-01-20 12:37:10      阅读:310      评论:0      收藏:0      [点我收藏+]

标签:yii   com   tps   code   fun   str   div   字符   col   

golang数组拼接为字符串

import "strings"

arr := []string{"hello","world"}

arrString := strings.Join(arr , ";")

字符串分割为数组

https://www.yiibai.com/go/golang-string-functions.html

Golang数组拼接为字符串

标签:yii   com   tps   code   fun   str   div   字符   col   

原文地址:https://www.cnblogs.com/xuweiqiang/p/12217351.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!