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

熱點內容
整合包解壓後是亂碼 瀏覽:300
xp系統如何查找伺服器名 瀏覽:983
土的壓縮系數的確定方法 瀏覽:647
程序員家裡健身 瀏覽:620
電視看籃球app哪個好 瀏覽:47
高中畢業當程序員 瀏覽:245
php標簽屬性大全 瀏覽:897
遠程訪問伺服器ip地址 瀏覽:312
程序員吃雞蛋炒菜 瀏覽:173
在哪裡看俄羅斯電視劇app 瀏覽:308
怎麼找資料庫伺服器地址 瀏覽:487
伺服器調試怎麼翻譯 瀏覽:921
php如何處理ajax請求 瀏覽:211
php數組下標存在 瀏覽:707
php獲取ip歸屬地 瀏覽:175
撩女程序員怎麼辦 瀏覽:508
百度伺服器做什麼 瀏覽:193
打開軟體加速伺服器有什麼危害 瀏覽:87
php去除數組下標 瀏覽:794
ipad的app內容哪裡看 瀏覽:284