摘要:
string jsonstr = String.Empty; string url = "http://localhost:7041/Service1/Hello"; #region WebClient 访问Get WebClient webclient = new WebClient(); Uri uri = new Uri(url, UriKind.Absolute); if (!webclient.IsBusy) { webc... 阅读全文
posted @ 2013-11-12 09:54
Byrd
阅读(630)
评论(0)
推荐(0)

浙公网安备 33010602011771号