下面的实例演示了mktime() 函数的用法。 #include <stdio.h> #include <time.h> int main () { int ret; struct tm info; char buffer[80]; info.tm_year = 2001 ...
確定! 回上一頁