2015-11-07 30 views

回答

0

toString()輸出是有點曖昧,但是這可能工作:

Bundle subBundle = bundle.getBundle("Stock:Currency"); 
String euro = subBundle.getString("_"); 

如果一切正常,那麼euro將包含字符串Euro

+0

感謝您的快速回復!我之前嘗試過.getBundle(「貨幣」),這沒有奏效。包中帶有「:」的部分讓我感到困惑。 – Vincent