摘要: protected void Page_Load(object sender, EventArgs e){ string padata = "username=用户名&pwd=md5的密码&imgcode=&f=json";//用于登录要发送的数据 string url = "http://mp.weixin.qq.com/cgi-bin/login?lang=zh_CN ";//请求登录的URL try { CookieContainer cc = new CookieContainer();//接收缓存 byte[] byte 阅读全文