신기하네요.
for(var i in object){
alert(object[i]);
}
{
"channel": {
"totalCount": "1",
"link": "http://developers.daum.net/services",
"result": "1",
"generator": "Daum Open API",
"pageCount": "1",
"lastBuildDate": "",
"item": [
{
"isNewAddress": "Y",
"lat": 33.4506803453,
"localName_2": "제주시",
"localName_3": "첨단로",
"localName_1": "제주특별자치도",
"subAddress": "0",
"lng": 126.5704935278,
"id": "N30664967",
"mountain": "",
"mainAddress": "242",
"title": "제주특별자치도 제주시 첨단로 242",
"zipcode": "690140",
"point_x": 126.5704935278,
"point_y": 33.4506803453,
"placeName": "Not avaliable",
"point_wx": "400166",
"point_wy": "-11708",
"buildingAddress": "카카오스페이스닷원",
"newAddress": "영평동 2181",
"rdnmcd": "3349191",
"zone_no": "63309",
"sigcd": "50110"
}
],
"title": "Search Daum Open API",
"description": "Daum Open API search result"
}
}
'progarm_old > [HTML-JS]' 카테고리의 다른 글
비밀번호조합 (0) | 2018.01.10 |
---|---|
[암호화] 특수문자 (0) | 2017.12.07 |
모바일에서만 전화번호 클릭시 반응하도록 작업 (0) | 2017.09.28 |
this.value.replace(/[^a-zA-z]/g,'') (0) | 2017.02.06 |
배열에서 쓰는 js, 찾기 (0) | 2016.06.10 |