如何把數據庫的數據存成json文件?
/***將List轉化為json字符串*@paramlistList*@returnStringjson格式的字符串*/publicstatic<T>StringgetString4List(List<T>list){JSONArrayjsonArray=JSONArray.fromObject(list);returnjsonArray.toString();}
如何把數據庫的數據存成json文件?
/***將List轉化為json字符串*@paramlistList*@returnStringjson格式的字符串*/publicstatic<T>StringgetString4List(List<T>list){JSONArrayjsonArray=JSONArray.fromObject(list);returnjsonArray.toString();}