首页 > 前端
联系页面iframe引入百度地图
来源:TP课堂 时间:2022-10-07 点击:552

地图

坐标拾取


<div class="contact_map">    
    <iframe width="100%" height="500" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="/map.html"></iframe>    
</div>  
 
.contact_map {
  margin-top: 50px;
   padding-bottom: 50px;
}


<a href="mailto: info@xxx.com">xxx@qq.com</a>

WhatsApp提供PC电脑端和手机移动端两种不同的链接地址:

PC电脑端:<a href="https://api.whatsapp.com/send?phone=+86123456789&text=Hello">点我WhatsApp聊天</a>

手机移动端:<a href="whatsapp://send?phone=+86123456789&text=Hello">点我WhatsApp聊天</a>