#include "HelloWorldScene.h"#include "json/document.h"#include "json/writer.h"#include "json/stringbuffer.h"#include <iostream>using namespace rapidjson;USING_NS_CC;Scene* HelloWorld::createScene(){ // 'scene' is an autorelease object auto scene = Scene::create(); // 'l ......
本文摘自 :https://blog.csdn.net/yu


