标签: gwt
我的字符串为{level1:{level2:{level3:'level3'}}}
Dictionary dict = Dictionary.getDictionary(“somevar”); dict.get( “level1.level2.level3”)
显示缺少资源例外。
答案 0 :(得分:1)
GWT的Dictionary不支持嵌套的关联数组。如果您需要访问存储的数据,则需要创建overlay type。
Dictionary