json undefined 체크 썸네일형 리스트형 json undefined check ex) json 형식 "routes": [{ "summary": {}} ] 이런 형식의 json 임if (json.routes !== undefined) { json_msg = json.routes[0].summary; json_check == 1; console.log("routes_json_check==="+json_check); } else { json_msg = json.error.error_message; json_check == 2; console.log("error_json_check==="+json_check); } 더보기 이전 1 다음