setZoom()設(shè)置后無(wú)效
<!DOCTYPE?html> <html> <head> <meta?charset="utf-8"> <style> ????#container?{width:1000px;?height:?600px;?}? </style> </head> <body> ????<div?id="container"></div> ????<script?type="text/javascript"?src="http://webapi.amap.com/maps?v=1.3&key=e1afbba843b58a1e1666c3a90ad54702"></script>? ????<script> ????????(function(){ ????????????var?map?=?new?AMap.Map('container'); ????????????map.setCity('太原市'); ????????????map.setZoom('18'); ????????})()???????? ????</script> </body> </html>
2016-05-18
這個(gè)方法的參數(shù)不是char 類(lèi)型!