两个double类型相除精确到。后两位两个double类型相除精确到。后两位[解决办法]double t1 = 50; double t2 = 70; double re = Math.Round(t1 /t2, 2);