68893236+KINDNICK@users.noreply.github.com 1179d6832e ADD : 클로드 스킬 추가
2026-01-30 21:59:38 +09:00

456 B
Raw Blame History

Google 地图嵌入代码模板

基础嵌入

<iframe
  src="https://www.google.com/maps?q=[地址]&output=embed"
  width="600"
  height="450"
  style="border:0;"
  allowfullscreen=""
  loading="lazy">
</iframe>

使用 API Key推荐

<iframe
  width="600"
  height="450"
  style="border:0;"
  loading="lazy"
  allowfullscreen
  src="https://www.google.com/maps/embed/v1/place?key=YOUR_API_KEY&q=PLACE_ID">
</iframe>