<script src="https://files.cnblogs.com/files/LoveOrHate/jquery.min.js"></script>
<script src="https://files.cnblogs.com/files/LoveOrHate/raphael-min.js"></script>
<script src="https://files.cnblogs.com/files/LoveOrHate/chinaMap.js"></script>


<style type="text/css">
    #chinaMap {margin-left:50px;  width:700px; max-width:700px; background-color:#FFF; }
    </style>
<div id="chinaMap"></div>

<script type="text/javascript">
$("#chinaMap").Map({width:700,height:600,opacity:true,datas:{},'tipContent':'1'});
</script>

 

 

 

相关文章:

  • 2021-11-16
  • 2022-12-23
  • 2021-08-28
  • 2021-09-05
  • 2021-09-11
  • 2022-12-23
  • 2022-02-13
猜你喜欢
  • 2022-01-02
  • 2022-12-23
  • 2022-12-23
  • 2021-06-13
  • 2021-11-20
  • 2021-05-16
  • 2022-01-23
相关资源
相似解决方案