mirror of
https://gitee.com/dromara/hutool.git
synced 2025-04-05 17:37:59 +08:00
fix comment
This commit is contained in:
parent
d406130183
commit
26c0ea6a89
@ -5,7 +5,8 @@ import cn.hutool.core.util.StrUtil;
|
||||
|
||||
/**
|
||||
* 将浮点数类型的number转换成英语的表达方式 <br>
|
||||
* 参考博客:http://blog.csdn.net/eric_sunah/article/details/8713226
|
||||
* 参考博客:http://blog.csdn.net/eric_sunah/article/details/8713226<br>
|
||||
* 本质上此类为金额转英文表达,因此没有四舍五入考虑,小数点超过两位直接忽略。
|
||||
*
|
||||
* @author Looly,totalo
|
||||
* @since 3.0.9
|
||||
|
Loading…
Reference in New Issue
Block a user