我对XMLWise有疑问。我想在我的资源文件夹(R.raw.key_text.plist)中读取以下plist文件
<dict>
<key> 551 </key>
<string> Hello World </ string>
....
</dict>
对于我的java:
Map<String, Object> properties = Plist.load(/*What do I put in here*/);
我在网上搜索过,但似乎无法找到结论。我想在它旁边的字符串旁边打印它们。
帮助表示赞赏。感谢
答案 0 :(得分:0)
把你的枕头放在那里。
Map<String, Object> properties = Plist.load("R.raw.key_text.plist");