240 发简信
IP属地:江苏
  • Double保留两位小数

    方式一: String result = String .format("%.2f",double); 方式二: NumberFormat dd...