摘要: string data = "Name=zhoulq&Sex=" + HttpUtility.UrlEncode("男"); byte[] msg=Encoding.UTF8.GetBytes(data); HttpWebRequest req = HttpWebRequest.Create("http://localhost:1256/Accept.aspx") as HttpWebRequest; req.ContentType = "application/x-www-form-urlencoded... 阅读全文
posted @ 2012-09-19 14:38 Joe·Zhou 阅读(520) 评论(9) 推荐(0)