2016年2月29日

摘要: 我们可以通过代码,对系统时间进行获取和修改。 我将介绍两种方法。第一种,通过SYSTEMTIME 代码实现: #include <windows.h> #include <iostream> using namespace std;int main( void ) { SYSTEMTIME sys; 阅读全文
posted @ 2016-02-29 14:48 起来嗨 阅读(1851) 评论(0) 推荐(0) 编辑

导航