JSONObject jsonObject = list.optJSONObject(i);. String sn = jsonObject.optString("sn");. order.setSn(sn);. String orderid = jsonObject.optString("orderid");.
確定! 回上一頁