html로 변환 뒤
ID랑 스크립트를 못쓰는 것 같은데
혹시 방법이 있을까요?
조언이나 관련링크 부탁드리곘습니다..
Copy
<!--
* 카카오맵 - 약도서비스
* 한 페이지 내에 약도를 2개 이상 넣을 경우에는
* 약도의 수 만큼 소스를 새로 생성, 삽입해야 합니다.
-->
<!-- 1. 약도 노드 -->
<div id="daumRoughmapContainer1656047588304" class="root_daum_roughmap root_daum_roughmap_landing"></div>
<!-- 2. 설치 스크립트 -->
<script charset="UTF-8" class="daum_roughmap_loader_script" src="https://ssl.daumcdn.net/dmaps/map_js_init/roughmapLoader.js"></script>
<!-- 3. 실행 스크립트 -->
<script charset="UTF-8">
new daum.roughmap.Lander({
"timestamp" : "1656047588304",
"key" : "2aq9y",
"mapWidth" : "640",
"mapHeight" : "360"
}).render();
</script>
답변 1개
채택된 답변
+20 포인트
2022-06-24 (금) 14:23:34
https://apis.map.kakao.com/web/sample/
여기 예제 천천히 따라해보세요.
답변을 작성하려면 로그인이 필요합니다.