摘要:
using System;using System.Collections;using System.Net;using System.Collections.Specialized;public class MyClass{public static void Main(){WebClient a = new WebClient(); NameValueCollection na = new NameValueCollection(); na.Add( "Account ", "横刀夺爱 "); na.Add( "PassPhrase &qu 阅读全文
posted @ 2012-08-01 15:35 xgbzsc 阅读(139) 评论(0) 推荐(0) 编辑