아래와 같이 json을 반환합니다.
{"name": "", "skills": "", "jobtitel": "Entwickler", "res_linkedin": "GwebSearch"}
각 요소 키와 값을 얻으려고합니다.
..
}).done(function(data){
alert(data['jobtitel']);
});
나는 undefined경계하고있다. 왜? 시도 data.jobtitel했지만 루프를 시도했지만 성공하지 못했습니다 ..