import com.google.gson.JsonObject; //導入依賴的package包/類 public JsonElement toJSON() { JsonObject json = new JsonObject(); if (null != alert) { if(alert ...
確定! 回上一頁