诗情寻知己
揽几缕、轻挽起,暮暮朝朝与君语。
摘要: //创建验证码 public static string CreateValidateCode() { string checkCode = string.Empty; Random rnd = new Random(DateTime.Now.Millisecond); char[] chr = { 阅读全文
posted @ 2020-12-07 15:19 诗情寻知己 阅读(92) 评论(0) 推荐(0)