public SkuDetails(String json) throws JSONException { JSONObject o = new JSONObject(json); _sku = o.getString("productId"); _type = o.
確定! 回上一頁