摘要:
转: //遇到"{ }",就要用JObject了 , //遇到双引号"",就用JProperty //遇到键值对了,就要用JProperty了。 》遇到双引号"",就用JProperty //数组的问题,就是要用JArray jArray = new JArray(); jArray.Add(jjj 阅读全文
摘要:
this.Label6.Text = "当前时间:" + System.DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss"); 2014-11-29 15:03:04 this.Label6.Text = "当前时间:" + System.DateTime.Now 阅读全文
摘要:
1 HttpContent bw = new StringContent(StrXml, Encoding.UTF8, "application/Xml"); 2 var Msg = await _httpClientFactory.CreateClient().PostAsync("http://xxxxx/api/kpbusiness", bw);... 阅读全文
摘要:
我要获取的是doc/FPFile.xml 百度了一大堆就是找不到解决问题。 把属性更改为始终赋值, XmlDocument xdi = new XmlDocument(); xdi.Load(("doc/FPFile.xml"));就可以读取到了。CTM 阅读全文
摘要:
https://www.cnblogs.com/knowledgesea/p/7079880.html 引入Nuget的两个类库 Microsoft.Extensions.Configuration Microsoft.Extensions.Configuration.Json使用 var buil 阅读全文