文章分类 - asp.net
摘要:public class Base64Encrypt { public string Base64Code(string content) { byte[] bytes = System.Text.Encoding.Default.GetBytes(content); return Convert.
阅读全文
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Security.Cryptography; namespace ConsoleApplication1{ p
阅读全文

浙公网安备 33010602011771号