有关http post的问题
摘要:
string postData = "uUsername=avoid&uPassword=123456";ASCIIEncoding encoding = new ASCIIEncoding();byte[] data = encoding.GetBytes(postData);request = (HttpWebRequest)WebRequest.Create(sUrl);request.Me... 阅读全文
posted @ 2006-08-16 21:06 唐朝程序员 阅读(265) 评论(2) 推荐(0)
浙公网安备 33010602011771号