在asp.net中生成16位随机密码

Response.Write(System.Guid.NewGuid().ToString().Substring(0,16));
原文地址:https://www.cnblogs.com/hakuci/p/1114530.html