bool HelloWorld::init()

{

    if ( !Layer::init() )

    {

        return false;

    }

    

    FileUtils *fu=FileUtils::getInstance();

    ValueMap vm=fu->getValueMapFromFile("data.plist");

    

    log("%s",vm["name"].asString().c_str());

    

    return true;

}

posted on 2016-03-01 22:29  baraka  阅读(273)  评论(0编辑  收藏  举报