Loading...
需要加#include "cocos-ext.h"USING_NS_CC_EXT;void HelloWorld::start() { CCLog("%s",__FUNCTION__); CCHttpRequest *request=new CCHttpRequest(); CCEditBox *box=(CCEditBox *)this->getChi...