package
1.1.0
Repository: https://github.com/yspcoder/simple.git
Documentation: pkg.go.dev

# Functions

ToInt str to int,如果转换失败,默认值为0 str 字符串.
ToInt64 str to int64,如果转换失败,默认值为0 str 字符串.
ToInt64ByDefault str to int64 str 字符串 def 如果转换失败使用的默认值.
ToIntByDefault str to int str 字符串 def 如果转换失败使用的默认值.