public static Object JSONToObject(String json,Class beanClass) {. Gson gson = new Gson();. Object res = gson.fromJson(json, beanClass);.
確定! 回上一頁