cocos2d-x之 利用富文本控件解析xhml標籤(文字標籤,圖片標籤,換行標籤,標籤屬性)...

執行後效果:   前端使用: 後臺SuperRichText解析code   void SuperRichText::renderNode(tinyxml2::XMLNode *node){     while (node!=nullptr) {         if (node->ToText()) {             CCLOG("文本信息:%s",node->ToText()->Va
相關文章
相關標籤/搜索