This commit is contained in:
root
2024-04-30 03:01:48 +08:00
parent 9abf8aa3a4
commit 47be0adc6b
330 changed files with 5549 additions and 39399 deletions

View File

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