天天看点

去除百度高德地图API左下角的logo

百度地图在style中加入

.BMap_cpyCtrl {
            display: none;
        }
        .anchorBL {
            display: none;
        }
           

高德地图在style中加入

.amap-logo,
.amap-copyright { display:none !important; }
           

亲测有效

继续阅读