close
Blogtrottr
Yahoo!奇摩知識+ - 分類問答 - 電腦網路 - 發問中
Yahoo!奇摩知識+ - 分類問答 - 電腦網路 - 發問中
javascripts如何將函數用陣列變數供外部使用?
Jun 23rd 2013, 01:01

作業系統:fedora 16 程式:javascript
請問如何讓array1的變數傳遞出來供變數currentCoordinates 設定 ?
本人所寫google map api程式碼如下:

if(navigator.geolocation) { //如果瀏覽器支援HTML 5地理定位功能
var array1 = new Array(23.56935, 120.49416); //定義陣列變數
navigator.geolocation.getCurrentPosition(function success(position) { //取得地理位址
array1 = [position.coords.latitude, position.coords.longitude]; //設定array1變數
}, function(alert("無法偵測地理位置") { //無法取得地理位置時什麼都不做
});
return array1; ??雖然設定return array1,但是外部卻無法使用
}
var currentCoordinates = array1; //設定經緯度位址,這裡的數值還是(23.56935,120.49416)而不是真正偵測到經緯度
myLatlng = new google.maps.LatLng(currentCoordinates[0], currentCoordinates[1]);

請教各位大大,為什麼 函數中已經設定return array1 ,但是外部仍無法使用array1(無法取得真正的經緯度)?

This entry passed through the Full-Text RSS service — if this is your content and you're reading it on someone else's site, please read the FAQ at fivefilters.org/content-only/faq.php#publishers. Five Filters recommends: 'You Say What You Like, Because They Like What You Say' - http://www.medialens.org/index.php/alerts/alert-archive/alerts-2013/731-you-say-what-you-like-because-they-like-what-you-say.html

You are receiving this email because you subscribed to this feed at blogtrottr.com.

If you no longer wish to receive these emails, you can unsubscribe from this feed, or manage all your subscriptions
arrow
arrow
    全站熱搜
    創作者介紹
    創作者 sdfgdf2 的頭像
    sdfgdf2

    中文名字日文翻譯, 中文翻譯日文名字, 名字日文翻譯, 日文翻譯名字, 日文翻譯字典發音, 日文翻譯網 漢字,

    sdfgdf2 發表在 痞客邦 留言(0) 人氣()