개발자로 가는 길(국비지원과정)/4.Spring+ Ajax
Json 이해하기,
레아Leah
2022. 2. 15. 10:15
반응형
클라이언트 서버
JSON MAP or VO
LIST LIST<VO> list = new
sucess의 resp가 받음
let resp = [{"usrid" : "홍길동", "phone" : "010-1111"}]
resp[0] ==> {"usrid" : "홍길동", "phone" : "010-1111"}
resp[0]["usrid"] ==> 홍길동
반응형