com.google.gson string to JsonObject

gson 中字符串轉換爲json數據:json String testString="'bgColorPc ':'red'";ide JsonObject jsondetail = new JsonParser().parse(testString).getAsJsonObject(); ui String bgColorPc = jsondetail.get("bgColorPc").getAs
相關文章
相關標籤/搜索