111
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user