基于qt的带cookie同步、异步post及get的http请求
//单例pragma once#include <QMutex>#include <QScopedPointer>template <typename T>class YxSingleton{public: static T &getInstance(); YxSingleton(const YxSingleton &other) = default; YxSingleton&a