02 2017 档案

摘要:/// /// 请求网易云音乐接口 /// /// 要请求的接口类型 /// 要请求的接口类型的对象 /// 请求结果(JSON) public static string Request(T config) where T : RequestData, new() { // 请求URL string requestURL = config.Url; // 将数... 阅读全文
posted @ 2017-02-21 08:25 微笑的''80 阅读(549) 评论(0) 推荐(0)
摘要:class Program { private delegate string getastring(); static void Main(string[] args) { int x = 40; // getastring firstmethod = new getastring(x.ToStr 阅读全文
posted @ 2017-02-16 09:29 微笑的''80 阅读(116) 评论(0) 推荐(0)