02 2017 档案
摘要:/// /// 请求网易云音乐接口 /// /// 要请求的接口类型 /// 要请求的接口类型的对象 /// 请求结果(JSON) public static string Request(T config) where T : RequestData, new() { // 请求URL string requestURL = config.Url; // 将数...
阅读全文
摘要:class Program { private delegate string getastring(); static void Main(string[] args) { int x = 40; // getastring firstmethod = new getastring(x.ToStr
阅读全文

浙公网安备 33010602011771号