Json_STL完善

This commit is contained in:
2022-04-23 00:49:13 +08:00
parent 44ea52a10a
commit 4b711b004b
4 changed files with 128 additions and 22 deletions

View File

@@ -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);