Documentation ¶
Index ¶
- func AddURLParam(url, name, value string) string
- func IntArrayToString(arr []int, sep string) string
- func IsInSlice(slice []string, s string) bool
- func MapFunc(data []string, f func(string) string) []string
- func StringArrayToString(arr []string, sep string) string
- func StringToIntArray(s, sep string) []int
- func StringToStringArray(s, sep string) []string
- func StripHTMLTags(text string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IntArrayToString ¶
IntArrayToString 将int切片组合成string
func StringArrayToString ¶
StringArrayToString 将string切片组合成string
func StringToIntArray ¶
StringToIntArray 将字符串分割为int切片 有错误忽略
func StringToStringArray ¶
StringToStringArray 将字符串分割为string切片
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.