1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-16 18:10:13 +08:00

Fix picture error

This commit is contained in:
SnailClimb 2019-07-14 14:47:16 +08:00
parent 256879fd2c
commit 6a7be8dc14
2 changed files with 1 additions and 1 deletions

View File

Before

Width:  |  Height:  |  Size: 296 KiB

After

Width:  |  Height:  |  Size: 296 KiB

View File

@ -80,7 +80,7 @@ System.out.println(n);// 1.255
注意我们在使用BigDecimal时为了防止精度丢失推荐使用它的**BigDecimal(String)**构造方法来创建对象。《阿里巴巴Java开发手册》对这部分内容也有提到如下图所示。
![BigDecimal](../../images/BigDecimal.png)
![BigDecimal](../images/BigDecimal.png)
### 总结