触摸机制下跳转到网页
void HelloWorld::menuCloseCallback(Ref* pSender) { // Director::getInstance()->end(); Application::getInstance()->openURL("http://blog.csdn.net/anzhongliu?viewmode=contents"); #if (CC_TARGET_PLATFORM == CC_PLATFORM_IOS) exit(0); #endif }
void HelloWorld::menuCloseCallback(Ref* pSender) { // Director::getInstance()->end(); Application::getInstance()->openURL("http://blog.csdn.net/anzhongliu?viewmode=contents"); #if (CC_TARGET_PLATFORM == CC_PLATFORM_IOS) exit(0); #endif }