Skip to content

Commit

Permalink
📝 补充文档
Browse files Browse the repository at this point in the history
  • Loading branch information
stars-one committed May 9, 2023
1 parent c35805b commit 553a154
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -810,8 +810,10 @@ hbox{
位于ExtendFun.kt文件中

- `Long.toDateString` long类型转时间字符串
- `Date.toDateString` date类型转时间字符串
- `Long.toUnitString` 字节转为对应的单位
- `Long.fillZero` 前置补0
- `Int.fillZero` 前置补0
- `Date.toDateString` date类型转时间字符串
- `Double.toFix` double保留几位小数
- `String.parseJsonToList` json字符串转List对象
- `String.parseJsonToObject` json字符串转Object对象
Expand Down

0 comments on commit 553a154

Please sign in to comment.