类库说明文档
![]() | JHVerifyCodeGetChineseCode Method |
随机生成指定位数的汉字验证码
Namespace: DCSoft.Utility.Drawing
Assembly: DCSoft.Utility (in DCSoft.Utility.dll) Version: 0.0.0.0 (1.0.0.0)

C#
public static string GetChineseCode( int codeNum )
Parameters
- codeNum
- Type: SystemInt32
生成验证码的位数
Return Value
Type: String返回指定位数的验证汉字字符串
