Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
index.html 829 Bytes
Copy Edit Raw Blame History
yoding authored 2019-11-28 18:01 . 添加edge支持
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" href="css/index.css" />
<script type="text/javascript" src="http://api.map.baidu.com/api?v=2.0&ak=hgAUGL7OTvx0FsmMWpowUfKEtKj8kIRb"></script>
<title>geoJson获取</title>
</head>
<body>
<div class="select">
<input id="area" type="text" placeholder="请输入区域" value="河北省石家庄市藁城区"/>
<span onclick="view()">查看</span>
<span onclick="view('json')">下载</span>
<span onclick="view('html')">下载示例</span>
</div>
<div id="map"></div>
</body>
<script type="text/javascript" src="js/index.js"></script>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化