0
我正在使用Bundle發送數據。Bundle - 是否區分大小寫?
Bundle b = new Bundle();
b.putDouble("x", this.Location.X);
b.putDouble("y", this.Location.Y);
是否區分大小寫?
我正在使用Bundle發送數據。Bundle - 是否區分大小寫?
Bundle b = new Bundle();
b.putDouble("x", this.Location.X);
b.putDouble("y", this.Location.Y);
是否區分大小寫?
Bundle和其他鍵映射機制區分大小寫。
欲瞭解更多討論see here
看起來像一個簡單的地圖,所以可能。你爲什麼不測試它?編輯: 關鍵是一個字符串。 "x".equals("X") == false
您測試了嗎? – Jivings 2012-02-09 12:09:23