是不是beta里有目前几个趋势?
1、不推荐使用String类,全部推荐使用std::string了
2、为什么把原来的cocos-ext.h中的
#include “network/HttpRequest.h”
#include “network/HttpResponse.h”
#include “network/HttpClient.h”
#include “network/WebSocket.h”
#include “network/SocketIO.h”
全部去掉?现在都要手动增加了吗?还是bug?