導航:首頁 > 源碼編譯 > 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源碼白底圖相關的資料

熱點內容
php循環字母 瀏覽:636
盛達是什麼APP 瀏覽:196
android計算屏幕高度 瀏覽:651
自己做紅包解壓球 瀏覽:472
pdf很貴嗎 瀏覽:492
如何搶購騰訊雲伺服器 瀏覽:387
電子書app源碼 瀏覽:867
程序員在上班的時候 瀏覽:403
游戲壓縮文件夾怎麼刪除 瀏覽:418
百度新聞app是什麼 瀏覽:887
自動化對初級編程的影響 瀏覽:105
單片機綜合課程設計 瀏覽:600
程序員小嚴 瀏覽:811
如何下載歡樂走app 瀏覽:438
程序員節公司請美女 瀏覽:16
三本程序員好嗎 瀏覽:23
la78040場幅壓縮 瀏覽:902
MFC經典游戲編程 瀏覽:789
在線申請小額貸款源碼 瀏覽:335
多個文件夾如何批量刪除內容 瀏覽:253