没啥技术含量,就是单纯记一下笔记。 1. String.format String.format("%.2f", 33.3333); // 33.33 2. DecimalFormat.format DecimalFormat df = new Decima...