# Functions
Empty 类似于 PHP 的 empty() 函数.
FirstElement 安全地获取 args[0],避免 panic: runtime error: index out of range.
IsNull 修改的时候如果新值为空则不修改.
MicrosecondsStr 将 time.Duration 类型(nano seconds 为单位) 输出为小数点后 3 位的 ms (microsecond 毫秒,千分之一秒).
RandomInt 随机数字.
RandomNumber 生成长度为 length 随机数字字符串.
RandomString 生成长度为 length 的随机字符串.
No description provided by the author