copy Bookmark https://www.ltesting.net/19021
上一篇 / 下一篇 2007-06-20 16:56:12
float x; char *s = "7.2339 by these hilts or I am a villian else";
x = atof(s); /* The %.2f formatting string limits the output to 2 decimal places */ lr_output_message("%.2f", x);
应输出:7.23 实际输出为:1244128.00(此值各个机器运行结果可能不同)
导入论坛 引用链接 收藏 分享给好友 推荐到圈子 管理 举报
TAG:
评分:0
显示全部
内容
昵称
加入事件
验证
提交评论
ocean_test