c++ 怎么输出保留2位小数的浮点数2022-10-01 08:27:57//添加头文件 #include<iomanip> //定义变量 folat a=9.1; cout<<setiosflags(ios::fixed)<<setprecision(2)<<a<<endl;上一篇:C#设计模式系列:装饰模式(Decorator)下一篇:saas简介