摘要: using System; using System.Web; namespace ConsoleApplication5 { /// /// Cookie 助手 /// public sealed class CookieHelper { /// /// 添加一个 Cookie /// ... 阅读全文
posted @ 2017-03-01 15:22 星火卓越 阅读(169) 评论(0) 推荐(0) 编辑
摘要: 1 using System; 2 using System.IO; 3 using System.Security.Cryptography; 4 using System.Text; 5 6 namespace Wen.Helpers 7 { 8 /// 9 /// 安全助手 10 /// 11 public se... 阅读全文
posted @ 2017-03-01 15:21 星火卓越 阅读(370) 评论(0) 推荐(0) 编辑