drwurqczo39355510 2019-01-07 12:13
浏览 1027
已采纳

如何在Golang中使用Append方法。 语法要求接口?

I am using the Split method to retrieve the words from two separate strings (str1 , str2) and append all together in another Array (str)

package main
import (
 "fmt"  
 "strings" )

func main() {

Name := "Red Blue Green"
Address := "New York Paris France"

str1  := strings.Split(Name, " ")
str2  := strings.Split(Address, " ")
str   := append(str1 , str2)

fmt.Println(str)

}

I am getting the error :

cannot use str2 (type []string) as type string in append

Go Playground Link :

https://play.golang.org/p/LxO50fzuYnh

Can anyone help me with this? I am a beginner at this.

Thank You.

  • 写回答

1条回答 默认 最新

  • dongqu2863 2019-01-07 12:19
    关注

    str is an array of string and not an array of []string so you should use

    str   := append(str1 , str2...)
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 执行 virtuoso 命令后,界面没有,cadence 启动不起来
  • ¥50 comfyui下连接animatediff节点生成视频质量非常差的原因
  • ¥20 有关区间dp的问题求解
  • ¥15 多电路系统共用电源的串扰问题
  • ¥15 slam rangenet++配置
  • ¥15 有没有研究水声通信方面的帮我改俩matlab代码
  • ¥15 ubuntu子系统密码忘记
  • ¥15 保护模式-系统加载-段寄存器
  • ¥15 电脑桌面设定一个区域禁止鼠标操作
  • ¥15 求NPF226060磁芯的详细资料