摘要: //定义委托 public delegate void SignOutEventHandler();//添加参数 public SignOutEventHandler SignOut; //使用 SignOut(); //添加委托事件 obj.SignOut += new SignOutEventH 阅读全文
posted @ 2020-09-29 09:01 惊蛰- 阅读(162) 评论(0) 推荐(0) 编辑
摘要: public static void Post3() { CookieContainer cookies = new CookieContainer(); string RequestPara = "account=win&password=123"; RequestPara = Regex.Rep 阅读全文
posted @ 2020-09-29 08:05 惊蛰- 阅读(3515) 评论(0) 推荐(0) 编辑