丁丁地图免费接口

丁丁地图免费接口使用Unicode调用方法,采用form post方式提交:
<form id="form1" action='http://www.ddmap.com/mstmap50007/mstws/js/mstmap_uc.jsp'>
<input type="hidden" name="g_mapid" value="21">
<input type="hidden" name="g_label" value="">
<input type="hidden" name="g_addr" value="">
</form>
<script language="javascript">
document.all["form1"].submit()
</script>

 

原文地址:https://www.cnblogs.com/0000/p/1600985.html