函数原型
func randomLowercase(n length) string
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
randomLowercase函数主要是用来生成指定长度的小写字母组成的随机字符串
func randomLowercase(n length) string
| 参数名称 | 参数介绍 |
|---|---|
| n | 指定生成随机字符串的长度 |
| 语句 | 结果 |
|---|---|
randomLowercase(8) | veruskuk |
Was this page helpful?
