This commit is contained in:
2022-05-07 14:31:17 +08:00
parent bf57a0ad7a
commit 201cec9c34
10 changed files with 146 additions and 102 deletions

View File

@@ -104,8 +104,10 @@ public:
//string 转 wchar_t*
static const wchar_t* GetWC(const char* c);
//将字符串分割存入vector
static void Split(const std::string& src, std::vector<std::string>& dest, const std::string& separator = "->");
//判断字符串是否为纯数字
static bool isNum(std::string str);
//窗口公告 0x10d
static void WindowsNotice(char* str, int type = 0x10d, int b = 0x0);