1. jsp 페이지의 js에
태그를 사용할 수 있습니다.var PatientInfoList={patientId:"${session.patientId}"};
var docDepList=[],noTypeMap=["","Normal number" ,"주치의 번호","주치의 번호","주치의 번호"];
docDepList [${idx.index}]={doctorId:"${list.doctorId}",departmentName:"${list.departmentName}"} ;
docDepList는 배열이며, js 할당에서 객체가 될 수 있습니다.
patientInfoList는 객체입니다
2. ajax에서 전달한 값이
alert(dataArr[i].create_Time);
}