08 2017 档案
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace QY.WebAPI.Models { [Serializable] public class ResultJs
阅读全文
摘要://定义参数 C#调取webapi var content = new FormUrlEncodedContent(new Dictionary<string, string>() { {"Id",Guid.Empty.ToString()}, {"data",DateTime.Now.ToStri
阅读全文
摘要:Dictionary dcic = JsonHelper.DataRowFromJSON(resultdepth); foreach (var depthkey in dcic.Keys) { if (depthkey.Contains("data")) { ...
阅读全文