Documentation ¶
Index ¶
- func ArrayInt2Str(data []int) []string
- func ArrayStr2Int(data []string) []int
- func DeleteArray(src []interface{}, index int) (result []interface{})
- func IntInArray(num int, data []int) bool
- func MergeArray(dest []interface{}, src []interface{}) (result []interface{})
- func StrInArray(str string, data []string) bool
- func TrimSpaceStrInArray(str string, data []string) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MergeArray ¶
func MergeArray(dest []interface{}, src []interface{}) (result []interface{})
合并数组
func TrimSpaceStrInArray ¶
str[TrimSpace] in string list
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.