Json_STL完善
This commit is contained in:
@@ -90,6 +90,8 @@ public:
|
||||
//string 转 wchar_t*
|
||||
static const wchar_t* GetWC(const char* c);
|
||||
|
||||
static void Split(const std::string& src, std::vector<std::string>& dest, const std::string& separator = "->");
|
||||
|
||||
|
||||
//窗口公告 0x10d
|
||||
static void WindowsNotice(char* str, int type = 0x10d, int b = 0x0);
|
||||
|
||||
Reference in New Issue
Block a user