http://jvectormap.com/tutorials/getting-started/
以下代码是从上述网页获得的示例中复制的,但由于下载的文件名与示例代码不匹配,我不得不更改 jquery-jvectormap.css 和 jquery-jvectormap.js。地图的下载按钮没有下载文件,而是显示了我复制并粘贴到我命名为 jquery-jvectormap-world-mill-en.js 的文件中的数据。所有文件与演示文件位于同一目录中。
<!DOCTYPE html>
<html>
<head>
<title>jVectorMap demo</title>
<link rel="stylesheet" href="jquery-jvectormap.css" type="text/css" media="screen"/>
<script src="jquery.js"></script>
<script src="jquery-jvectormap.js"></script>
<script src="jquery-jvectormap-world-mill-en.js"></script>
</head>
<body>
<div id="world-map" style="width: 600px; height: 400px"></div>
<script>
$(function(){
$('#world-map').vectorMap();
});
</script>
</body>
</html>
在浏览器中显示的结果是一个全白的网页。我是网络编程新手,但在我看来 $('#world-map').vectorMap(); 应该提供一些信息来说明使用哪个地图。请帮忙。
一些示例非常出色,它们解释了代码的作用以及资源需要驻留的位置。其他人希望您直观地知道它是如何工作的,但是当您学习时,您不知道。“免费”软件并不总是免费的,有时它会带来成本、时间和压力,我宁愿花钱。