环境: win7 cocos2dx 3.0rc1
XML文档内容:
<?xml version="1.0" encoding="UTF-8"?>
社会主义很和谐!
```
读取代码:
ValueMap p_map = FileUtils::getInstance()->getValueMapFromFile("aaa.xml");
string str=p_map.at("name").asString();
```
运行后报错:
Expression: !_curKey.empty()
For information on how your program can cause an assertion
failure, see the Visual C++ documentation on asserts
(Press Retry to debug the application - JIT must be enabled)
求指教!
