我想使用這種方法將 HashMap 轉換為 JSON 格式: public String JSObject(Object object) { Gson gson = new Gson(); return gson.toJson(object); }
確定! 回上一頁