[問題] 關於錯誤訊息 不知道怎麼修改

看板Ajax作者 (CoMix)時間16年前 (2009/05/24 01:10), 編輯推噓1(100)
留言1則, 1人參與, 最新討論串1/1
※ [本文轉錄自 Web_Design 看板] 作者: CoMix (CoMix) 看板: Web_Design 標題: [問題] 關於錯誤訊息 不知道怎麼修改 時間: Sun May 24 01:03:23 2009 我使用 googlemaps API 去亂數產生5個點 不過當我加入 點選事件的時候 卻顯示錯誤>>> http://0rz.tw/vUzbq 以下是 亂數的code var bounds = map.getBounds(); var southWest = bounds.getSouthWest(); var northEast = bounds.getNorthEast(); var lngSpan = northEast.lng() - southWest.lng(); var latSpan = northEast.lat() - southWest.lat(); var other_point = []; var other_latlng = []; for (var i = 0; i < 5; i++) { other_point[i] = new GLatLng(southWest.lat() + latSpan * Math.random(), southWest.lng() + lngSpan * Math.random()); other_latlng[i] = new GMarker(other_point[i], g_markerOptions); map.addOverlay(other_latlng[i]); GEvent.addListener(other_latlng[i], "click", function(){other_latlng[i].openInfoWindowHtml("other_info");}); } 麻煩有相關經驗的人幫一下忙 ~ 3Q -- 看著遠方香草天空想妳的笑容 走在熱鬧的午後街道品嚐著寂寞 ∮CoMix -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 218.173.77.67 -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 218.173.77.67

05/24 01:28, , 1F
g_markerOptions有定義嗎?
05/24 01:28, 1F
文章代碼(AID): #1A62uXVO (Ajax)
文章代碼(AID): #1A62uXVO (Ajax)