这里解析json使用的是Newtonsoft.Json.dll程序集.下面请看code: using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Data; using Newtonsoft.Json; /// <summary> ///DataTable解析JSON /// </summary> public class ConvertDat…
1.环境 Windows,.NET Core 2.0,VS Code dotnet> dotnet new console -o myApp 2.launch.json配置文件 { // Use IntelliSense to find out which attributes exist for C# debugging // Use hover for the description of the existing attributes // For further information…