开发者

How can i access nested key value pair through gwt dictonary

My string is { level1:{level2:{level3:'level3'}} }

Dictionary dict= Dictionary.getDictionary("somevar"); dict.get("level1开发者_Go百科.level2.level3")

is showing missing resourse exception.


GWT's Dictionary doesn't support nested associative arrays. If you need to access data stored as such you need to create an overlay type.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜