摘要: 1.现在api中创建一个的类 2.引用命名空间 1 using System.Security.Cryptography; 3.在往类中添加以下代码 1 2 3 4 5 6 7 8 9 10 11 public static string CreateMd5(string inputValue) { 阅读全文
posted @ 2022-03-29 20:48 a周 阅读(155) 评论(0) 推荐(0)