#include<stdio.h>
#include<time.h>
#include<sys/time.h>
#include<string.h>
#include<iostream>
usingnamespacestd;
char*GetTime(char*pszTime)
{
charszTempTime[222]={0};
time_tt=time(NULL);
structtm*Local=localtime(&t);
struct..
分类:
其他好文 时间:
2015-05-19 16:53:06
阅读次数:
224