Golang切片操作

FalconChen ·
`s7 := append(s1[:1], s1[3:]...)` 这行是删除第2、3个元素,要么你注释错了,要么你代码错了
#1