sprintf( (char *)d,”打印日期:%d-%02d-%02d %02d:%02d:%02d”,
(int)SystemTime.year,
(int)SystemTime.month,
(int)SystemTime.day,
(int)SystemTime.hour,
(int)SystemTime.minute,
(int)SystemTime.second
);
假如不加强制转化,打印输出反常。51必定要注意,耽误了我一个上午的时刻!!
sprintf((char*)d,打印日期:%d-%02d-%02d%02d:%02d:%02d,(int)SystemTime.year,(int)SystemTime.month,(int)Sys
sprintf( (char *)d,”打印日期:%d-%02d-%02d %02d:%02d:%02d”,
假如不加强制转化,打印输出反常。51必定要注意,耽误了我一个上午的时刻!!