Skip to content

Commit

Permalink
📝 新增toUnitStringNew和toUnitStringNewWithUnit方法的文档补充说明
Browse files Browse the repository at this point in the history
  • Loading branch information
stars-one committed Nov 5, 2023
1 parent 1c19f6f commit 1f4e9cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -813,6 +813,8 @@ hbox{

- `Long.toDateString` long类型转时间字符串
- `Long.toUnitString` 字节转为对应的单位
- `Long.toUnitStringNew` 字节转为对应的单位
- `Long.toUnitStringNewWithUnit` 字节转为对应的单位,得到Pair类型结果的数值和单位分开
- `Long.fillZero` 前置补0
- `Int.fillZero` 前置补0
- `Date.toDateString` date类型转时间字符串
Expand Down

0 comments on commit 1f4e9cf

Please sign in to comment.