2007年10月12日 星期五

很奇怪的現象之一.....

該怎麼說起呢?

先從 google map 的 http request 說起吧

例如:
我在browser 的網址列
輸入 http://maps.google.com/maps/geo?q=台北巿南港區研究院路二段128號&output=xml&key=密碼

google 的回應是說 code 602->"找不到"...


但是同樣的字串

我放在 vistual studio 上用 function 來直接輸入字串
例如: 這樣 -> address_spilt("台北市南港區研究院路二段128號");
很令人意外的~google 竟然就找的到了 = =
但是整個程式(address_spilt 是一個小的function。
在這邊我是說整合其他程式時)在run 的時候 

結果是 code->602 !!

沒有留言:

Class has no initializers in swift

Class has no initializers in swift I have met this situation. Found a solution here It says if you have the code like bellow var se...