摘要: 参考博文:https://blog.csdn.net/houbincarson/article/details/136327765 /* 文件输入输出fstream 有三个文件流类: std::ifstream:用于从文件中读取数据的输入流对象。 std::ofstream:用于向文件中写入数据的输 阅读全文
posted @ 2024-07-02 08:42 Danlis 阅读(1) 评论(0) 推荐(0) 编辑
摘要: import datetime print(dir(datetime)) print('获取当前时间:',datetime.datetime.now()) a=datetime.datetime(2024,7,2,7,39,20,3456) print('年:', a.year) print('分: 阅读全文
posted @ 2024-07-02 08:07 Danlis 阅读(3) 评论(0) 推荐(0) 编辑