1. 截取新slice,务必指定容量和长度一致
slice := []int {1,2,3,4,5}
slice2 := slice[1:2:2]
2. 大写开头的func才可以被外部调用
3. 包名 github.com/feicheninfo/xxxx包名
4.