//添加头文件 #include<iomanip> //定义变量 folat a=9.1; cout<<setiosflags(ios::fixed)<<setprecision(2)<<a<<endl; 相关文章: