Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
所以会发生以下四舍五入:
1.0 => 1 1.1 => 1.1 1.01 => 1 1.09 => 1.1
如果留给我自己的设备,我可能只会查看字符串,但这感觉很脏,有没有更优雅的方法?