首页
建站资讯
SEO优化
小程序
网站建设
数码科技
软件介绍
系统教程
questions
登录
标签
年月日
linux系统下的获取系统时间并转为年月日格式
#include<time.h>#include<stdio.h>int main(void){struct tm * timenow;time_t secondtime(0);timenowlocaltime(
系统
年月日
格式
时间
Linux
admin
1月前
20
0