保留小数点一位小数 System.out.println(BigDecimal.valueOf(3/3600.0).setScale(1,BigDecimal.ROUND_HALF_UP).doubleValue());