# Functions
BoolToInt bool 转 int.
IntToBool int 转 bool.
NewBool bool 转指针类型.
NewFloat64 creates new float64 pointer.
NewInt creates new int pointer.
NewInt64 creates new int64 pointer.
SliceToMap slice to map.
StructToURLValues Struct => url.Values support: string、int、float、bool、slice because the url.Values type does not need too many parameters to modify, it does not need to support all types.