c/c++获取当前时间 自1970年的秒数

#include <time.h> #include <iostream> #include <boost/date_time.hpp> using namespace std; using namespace boost::posix_time; using namespace boost::gregorian; using namespace std; void time_test1() {
相关文章
相关标签/搜索