Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateLowerString ¶
GenerateLowerString *
- 返回一个定长的随机纯小写字母字符串(只包含大小写字母) *
- @param length
- 随机字符串长度
- @return 随机字符串
func GenerateMixString ¶
GenerateMixString *
- 返回一个定长的随机纯字母字符串(只包含大小写字母) *
- @param length
- 随机字符串长度
- @return 随机字符串
func GenerateNumString ¶
GenerateNumString *
- 返回一个定长的随机数字字符串(只包含数字) *
- @param length
- 随机字符串长度
- @return 随机字符串
func GenerateString ¶
GenerateString *
- 返回一个定长的随机字符串(只包含大小写字母、数字) *
- @param length
- 随机字符串长度
- @return 随机字符串
func GenerateUpperString ¶
GenerateUpperString *
- 返回一个定长的随机纯大写字母字符串(只包含大小写字母) *
- @param length
- 随机字符串长度
- @return 随机字符串 *
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.