摘要:
using System; using System.Web; namespace ConsoleApplication5 { /// /// Cookie 助手 /// public sealed class CookieHelper { /// /// 添加一个 Cookie /// ... 阅读全文
摘要:
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... 阅读全文