 | RandomExRandomChineseEx 方法 |
Sweet 开发框架
此函数为生成指定数目的汉字
命名空间:
Sweet.Common
程序集:
Sweet.Common (在 Sweet.Common.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public static string RandomChineseEx(
int length = 6
)
Public Shared Function RandomChineseEx (
Optional length As Integer = 6
) As String
static member RandomChineseEx :
?length : int
(* Defaults:
let _length = defaultArg length 6
*)
-> string
参数
- length (Optional)
- 类型:SystemInt32
汉字数目
返回值
类型:
String所有汉字
参见