摘要: 我用的是WebClient这个类来做的,如 try { WebClient wc = new WebClient(); wc.Headers.Add( "Content-Type ", "application/x-www-form-urlencoded "); wc.Headers.Add( "User-Agent ", "Mozilla/4.0 (... 阅读全文
posted @ 2010-07-10 15:32 netcorner 阅读(249) 评论(0) 推荐(0)