您的位置 首页 基础

51中假如用sprintf()函数一定要多留意!

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”,

(int)SystemTime.year,
(int)SystemTime.month,
(int)SystemTime.day,
(int)SystemTime.hour,
(int)SystemTime.minute,
(int)SystemTime.second
);

假如不加强制转化,打印输出反常。51必定要注意,耽误了我一个上午的时刻!!

声明:本文内容来自网络转载或用户投稿,文章版权归原作者和原出处所有。文中观点,不代表本站立场。若有侵权请联系本站删除(kf@86ic.com)https://www.86ic.net/zhishi/jichu/275781.html

为您推荐

联系我们

联系我们

在线咨询: QQ交谈

邮箱: kf@86ic.com

关注微信
微信扫一扫关注我们

微信扫一扫关注我们

返回顶部