Json字符串轉對象和轉List集合操做

ublic class JsonUtil {     /**      * JSON 轉 POJO      */      public static <T> T getObject(String pojo, Class<T> tclass) {             try {                 return JSONObject.parseObject(pojo, tclas
相關文章
相關標籤/搜索