res 가 object 인경우
alert(JSON.stringify(res))
document.write(JSON.stringify(res))
php 의 var_dump() 함수와 비슷하다고 생각하면된다