導航:首頁 > 源碼編譯 > html源碼白底圖

html源碼白底圖

發布時間:2025-04-10 02:07:35

Ⅰ 如何在html網頁里插入<百度個性化地圖>不是普通白底地圖。請說明詳細操作步驟。

<!DOCTYPEhtml>
<html>
<head>
<metahttp-equiv="Content-Type"content="text/html;charset=utf-8"/>
<metaname="viewport"content="initial-scale=1.0,user-scalable=no"/>
<styletype="text/css">
body,html,#allmap{width:100%;height:100%;overflow:hidden;margin:0;font-family:"微軟雅黑";}
</style>
<scripttype="text/javascript"src="http://api.map..com/api?v=2.0&ak=您的密鑰"></script>
<title>個性化地圖</title>
</head>
<body>
<divid="allmap"></div>
</body>
</html>

<scripttype="text/javascript">
varmap=newBMap.Map('allmap');
map.centerAndZoom(newBMap.Point(116.404269,39.916042),12);

varmapStyle={
features:["road","building","water","land"],//隱藏地圖上的poi
style:"dark"//設置地圖風格為高端黑,目前支持normal(默認樣式),dark(深色樣式),light(淺色樣式)
}
map.setMapStyle(mapStyle);

functioncheckhHtml5()
{
if(typeof(Worker)==="undefined")
{
if(navigator.userAgent.indexOf("MSIE9.0")<=0)
{
alert("定製個性地圖示例:IE9以下不兼容,推薦使用網路瀏覽器、chrome、firefox、safari、IE10");
}

}
}
checkhHtml5();
</script>)

閱讀全文

與html源碼白底圖相關的資料

熱點內容
如何下載歡樂走app 瀏覽:433
程序員節公司請美女 瀏覽:14
三本程序員好嗎 瀏覽:20
la78040場幅壓縮 瀏覽:895
MFC經典游戲編程 瀏覽:781
在線申請小額貸款源碼 瀏覽:328
多個文件夾如何批量刪除內容 瀏覽:246
電力載波單片機 瀏覽:591
單片機串列通訊 瀏覽:515
遍歷兩個對應列表python 瀏覽:491
數控編程演示軟體哪裡下載 瀏覽:686
程序員會6點下班嗎 瀏覽:793
linuxdate時區 瀏覽:327
小說伺服器怎麼選 瀏覽:528
python自動化測試框架哪個最好 瀏覽:313
反編譯後為什麼不能回編 瀏覽:56
java反射獲得屬性值 瀏覽:39
程序員和甲方的矛盾 瀏覽:129
在地獄做程序員 瀏覽:765
銀行app能做什麼 瀏覽:238