#include "Global_Variables.hpp" // 文件列表 file_node *file_list_head = nullptr; // 值列表 value_node *value_list_head = nullptr; // 起始时间戳 double time_begin = 0.0;