Yahoo!奇摩知識+ - 分類問答 - 電腦網路 - 已解決
Yahoo!奇摩知識+ - 分類問答 - 電腦網路 - 已解決
麻煩有艾噹洛學院帳號的 幫我看一下解壓縮密碼
Jun 22nd 2013, 08:24

雅虎資訊 版權所有 (c) 2013 Yahoo! Taiwan. All Rights Reserved.

知識+ 之問答內容是由參與Yahoo!奇摩知識+ 之網友提供,僅供參考,Yahoo!奇摩不保證其正確性。

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

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

<<蘋果日報>>即時新聞-最熱
>即時新聞-最熱
宋仲基被爆8月從軍 損失超過千萬元
Jun 23rd 2013, 01:20

【陳穎/綜合報導】韓國當紅炸子「基」宋仲基,今年就要邁入28歲,卻還未服兵役,外傳他已被韓國國防部盯上,隨時都要徵召他當大頭兵,最快8月就要從軍,為此他還推掉很多戲劇邀約,損失超過1千萬元台幣。 他以韓劇《善良的男人》及電影《狼少年:不朽的愛》紅透半片天,入伍消息傳開,粉絲立馬哀嚎,直呼:「捨不得!歐巴(韓文:哥哥)」他的經紀公司表示,他還沒收到入伍令,不知消息從何而來,若確定入伍時間,一定會向大家報告。

宋仲基有張娃娃臉,看不出來已快30歲。翻攝網路

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

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

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

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