package
0.0.0-20241003033146-7253f33ec853
Repository: https://github.com/yahahaff/rapide.git
Documentation: pkg.go.dev
# Functions
Empty 类似于 PHP 的 empty() 函数.
FirstElement 安全地获取 args[0],避免 panic: runtime error: index out of range.
MicrosecondsStr 将 time.Duration 类型(nano seconds 为单位) 输出为小数点后 3 位的 ms (microsecond 毫秒,千分之一秒).
RandomNumber 生成长度为 length 随机数字字符串.
RandomString 生成长度为 length 的随机字符串.