2013年11月2日

Windows phone 8 HTTP Post 请求

摘要: 一般我们在写 http post 的时候 都是下边这种情况1 HttpWebRequest request = (HttpWebRequest)WebRequest.Create(Url);2 3 request.Method = "POST";4 5 request.ContentType = "application/x-www-form-urlencoded";6 7 request.ContentLength = Encoding.UTF8.GetByteCount(postDataStr);8 9 ...(省略代码,网上有很多就不多写了)win 阅读全文

posted @ 2013-11-02 17:45 cg125 阅读(865) 评论(0) 推荐(0)

导航

点击右上角即可分享
微信分享提示