111
This commit is contained in:
@@ -28,6 +28,8 @@ public:
|
||||
static void Warring(std::string W);
|
||||
// 常规输出
|
||||
static void Logger(std::string L);
|
||||
//分割字符串
|
||||
static void Split(const std::string &src, std::vector<std::string> &dest, const std::string &separator);
|
||||
|
||||
// 获取当前时间戳
|
||||
static long long get_cur_time();
|
||||
|
||||
Reference in New Issue
Block a user