触摸机制下跳转到网页
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
}

浙公网安备 33010602011771号