2012年7月15日
摘要: /*----百度地图-----*/var Forbaidumap = function(opat){ this.opat = opat; this.base(); }Forbaidumap.prototype = { base:function(){ this.star(); }, star:function(){ var _this = this; _this.map = new BMap.Map(_this.opat.id); _this.myGeo = new BMap.G... 阅读全文
posted @ 2012-07-15 22:04 somesayss 阅读(993) 评论(0) 推荐(0)