import com.fasterxml.jackson.core.type.TypeReference; ... readValue(jsn, new TypeReference<ArrayList<HashMap<String, Object>>>() {});.
確定! 回上一頁