摘要:
//定义委托 public delegate void SignOutEventHandler();//添加参数 public SignOutEventHandler SignOut; //使用 SignOut(); //添加委托事件 obj.SignOut += new SignOutEventH 阅读全文
摘要:
public static void Post3() { CookieContainer cookies = new CookieContainer(); string RequestPara = "account=win&password=123"; RequestPara = Regex.Rep 阅读全文