# Functions
addslashes() 函数返回在预定义字符之前添加反斜杠的字符串。 预定义字符是: 单引号(') 双引号(") 反斜杠(\).
No description provided by the author
二进制转10进制.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
过滤数组 去除src中item,在dst中存在的item src[1,2,3,4,5] dst[2,4,6,8] result[1,3,5].
Float32转字符串 floatNum:float32数字 prec:精度位数(不传则默认float数字精度).
Float64转字符串 floatNum:float64数字 prec:精度位数(不传则默认float数字精度).
GetBool convert interface to bool.
No description provided by the author
GetFloat64 convert interface to float64.
GetInt convert interface to int.
GetInt64 convert interface to int64.
GetString convert interface to string.
No description provided by the author
No description provided by the author
Int转字符串 intNum:数字字符串.
Int64转字符串 intNum:数字字符串.
判断是否为纯数字.
JoinInts format int64 slice like:n1,n2,n3.
No description provided by the author
No description provided by the author
数组去重来源网络.
移除切片元素.
No description provided by the author
No description provided by the author
slice去重.
No description provided by the author
No description provided by the author
SplitInts split string into int64 slice.
No description provided by the author
字符串转Float32 floatStr:小数点数字的字符串.
字符串转Float64 floatStr:小数点数字的字符串.
字符串转Int intStr:数字的字符串.
字符串转Int64 intStr:数字的字符串.
stripslashes() 函数删除由 addslashes() 函数添加的反斜杠。.
Substr returns runes between start and stop [start, stop) regardless of the chars are ascii or utf8.
字串截取.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author