摘要:
using System.Net;using System.Collections.Specialized;public string getPostBackStream(string rUrl){ // Create a new WebClient instance. WebClient myWebClient = new WebClient(); // Create a new NameValueCollection instance to hold // some custom parameters to be posted to the URL. NameValueCollection 阅读全文