标签: java
float var1 = 0.123456789F; System.out.println("var5(float)" + var5);
输出:
var5(float)0.12345679
为什么在分配值为0.123456789时删除了8?
0.123456789