摘要: 要想使用C语言来获取当前系统的时间,办法如下: 需要提前准备的工作: 1 #include 2 #include 3 #include 4 5 int main() 6 { 7 time_t rawtime; //时间类型,由time.h中定义 8 struct ... 阅读全文
posted @ 2014-09-05 23:30 猫御龙 阅读(950) 评论(0) 推荐(0) 编辑