Documentation Index
Fetch the complete documentation index at: https://docs.xray.cool/llms.txt
Use this file to discover all available pages before exploring further.
函数原型
func randomLowercase(n length) string
参数介绍
| 参数名称 | 参数介绍 |
|---|---|
| n | 指定生成随机字符串的长度 |
举例
| 语句 | 结果 |
|---|---|
randomLowercase(8) | veruskuk |

