其他分享
首页 > 其他分享> > 微擎使用腾讯地图拾取坐标

微擎使用腾讯地图拾取坐标

作者:互联网

微擎使用腾讯地图拾取坐标

 

注意点:

参考链接

示例代码:

<div class="mui-input-row">
    <label for="address">地址</label>
    <input type="text" class="mui-input-clear" id="address" onclick="getAddress()">
</div>

<script>
function getAddress() {
                var dealerid = $("input[name='dealerid']").val();
                window.location.href = "https://apis.map.qq.com/tools/locpicker?search=1&type=0&backurl=跳转的链接&key=应用的KEY&referer=应用名称";
            }
</script>

 

 

标签:backurl,dealerid,微擎,拾取,腾讯,链接
来源: https://www.cnblogs.com/GetcharZp/p/11837511.html