auto UI = GUIReader::shareReader()->widgetFromJsonFile("luaui/SheZhi.ExportJson");
this->addChild(UI);
auto button = UI->getChildByName("button_6");
button->addTouchEventListener(this, toucheventselector(HelloWorld::JsonButtonClick));
这里的button这么是空的 ? 在调用addTouchEventListener的时候报错,还需要调用啥方法吗?