使用asp.net调用谷歌地图api示例

(编辑:jimmy 日期: 2024/10/16 浏览:2)

asp.net调用谷歌地图api,需要注意js引入的先后顺序,复制一下代码即可测试

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>//在这里要注意js引入的先后顺序
<link href="Mapjs/jquery.ui.base.css" rel="external nofollow" rel="stylesheet" type="text/css" />
<link href="Mapjs/jquery.ui.theme.css" rel="external nofollow" rel="stylesheet" type="text/css" />
<script src="/UploadFiles/2021-04-02/jquery-1.9.1.js">

大家可以点击复制测试一下