你可以采取你所建议的做法。
这是一个非常简单的例子,表明用第3号标书绘制多个标识非常容易:
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>Google Maps Multiple Markers</title>
<script src="http://maps.google.com/maps/api/js?sensor=false"
type="text/javascript"></script>
<script type="text/javascript">
var map;
// Cretes the map
function initialize() {
map = new google.maps.Map(document.getElementById( map ), {
zoom: 10,
center: new google.maps.LatLng(-33.92, 151.25),
mapTypeId: google.maps.MapTypeId.ROADMAP
});
}
// This function takes an array argument containing a list of marker data
function generateMarkers(locations) {
for (var i = 0; i < locations.length; i++) {
new google.maps.Marker({
position: new google.maps.LatLng(locations[i][1], locations[i][2]),
map: map,
title: locations[i][0]
});
}
}
</script>
</head>
<body>
<div id="map" style="width: 500px; height: 400px;"></div>
</body>
</html>
然后,在<条码>和代号;条码>标签内,你可以把以下文字放在任何地方。
<body>
<div id="map" style="width: 500px; height: 400px;"></div>
<script type="text/javascript">
window.onload = function () {
initialize();
generateMarkers(
[ Bondi Beach , -33.890542, 151.274856],
[ Coogee Beach , -33.923036, 151.259052],
[ Cronulla Beach , -34.028249, 151.157507],
[ Manly Beach , -33.800101, 151.287478],
[ Maroubra Beach , -33.950198, 151.259302]
);
};
</script>
</body>
您只需要产生“字面”栏。 由于其余部分是静态的,故由服务器边数据组提供。 确保最后一项内容不会用 com子结束。