loadrunner的atof函数有问题,请大家慎用!!!

     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(此值各个机器运行结果可能不同)

posted on 2006-06-09 09:59  测试者家园  阅读(1500)  评论(6编辑  收藏  举报

导航