示例#1
0
文件: Tool.cs 项目: welldy33/DBHelper
 public static ArrayList ToList(string jsonStr) => jsonStr == null || jsonStr.Length == 0 ? (ArrayList)null : JavaScriptObjectDeserializer.DeserializeArrayList(jsonStr);