package
1.9.0
Repository: https://github.com/cnlesscode/gotool.git
Documentation: pkg.go.dev

# Functions

初始化 Actions.
Make A Downloader.
小数型 float64 路由参数获取 ?id=123 返回 123, true ?id=a 返回 0, false.
整数型 int Param 参数获取 路由定义 /:id 访问 /123 返回 123, true 路由定义 /:id 访问 /abc 返回 0, false.
整数型 int64 Param 参数获取 路由定义 /:id 访问 /123 返回 123, true 路由定义 /:id 访问 /abc 返回 0, false.
float64 浮点型 POST 数据获取.
整数型 int POST 数据获取.
整数型 int64 POST 数据获取.
小数型 float64 url 参数获取 ?id=123 返回 123, true ?id=a 返回 0, false.
整数型 int url 参数获取 ?id=123 返回 123, true ?id=a 返回 0, false.
整数型 int64 url 参数获取 ?id=123 返回 123, true ?id=a 返回 0, false.
初始化页码及每页展示数量 */.
字符串 过滤.
POST 过滤.
GET 过滤.

# Structs

No description provided by the author