c#使用正則表達式獲取json中的數組

 // 被解析的是參數json,json 是一個json字符串,包含了一個數組,形如[ { ....  },{.....},{.....} ],本函數將json 數組解析到 list<string>,list中每一個元素爲 {....}     public  List<string> getArrayFromJson(string json )     {         List<string
相關文章
相關標籤/搜索