C#版本HTTP POST代码
摘要:
版本:VS2008 命令行项目using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Net;using System.IO;using System.Collections.Specialized;namespace QbjTestCase{ class Program { static void Main(string[] args) { //定义webClient对象 We... 阅读全文
posted @ 2012-08-09 23:31 codestyle 阅读(1381) 评论(0) 推荐(0)