http://paste.pocoo.org/show/VEB0PT7yZO1yuOxtrXGP/
我尝试了以下方法,但我无法得到结果。
for (i = 0, len = json.PatientListGetResult.Appointments.length; i < len && i <= 100; i++) {
alert(json.PatientListGetResult.Appointments[i].Patient.PatientID);
}
如何重复此响应,以便我可以获取每个患者的姓名和ID。共有11行。