int a,b;Round(a/b,2);如果b>a结果总是0,晕了!要改成这样的:Round(a/cast(b as float),2); 相关文章: 2021-08-14 2021-10-23 2022-02-16 2021-11-29