摘要:
1.send: C# codeWebRequest myHttpWebRequest = WebRequest.Create("http://abc.com/xxx.aspx");// Set the 'Method' property of the 'Webrequest' to 'POST'.myHttpWebRequest.Method ="POST";// Create a new string object to POST data to the Url.string postData =@&qu 阅读全文
posted @ 2013-04-24 09:18
浪达短信群发
阅读(734)
评论(0)
推荐(0)