Java中遍歷JsonArray

String json = "[" + " {" + " \"resultcode\": \"200\"" + " }," + " {" + " \"resultcode\": \"201\"" + " }" + "]"; JsonParser jp = new JsonParser(); JsonElement je = jp.parse(json); JsonArray ja=je.getAs
相關文章
相關標籤/搜索