Skip to content

Commit

Permalink
📝 补充几个扩展方法的使用说明
Browse files Browse the repository at this point in the history
  • Loading branch information
stars-one committed May 3, 2023
1 parent c784cae commit d637ccb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -806,6 +806,14 @@ hbox{
- `Button.addShortcut` 按钮设置快捷键
- `Pane.setMargin()` pane设置margin

位于ExtendFun.kt文件中

- `Long.toDateString` long类型转时间字符串
- `Date.toDateString` date类型转时间字符串
- `Long.toUnitString` 字节转为对应的单位
- `Double.toFix` double保留几位小数
- `String.parseJsonToList` json字符串转List对象

## 11.window快捷方式生成

代码位于ShortCutUtils中
Expand Down

0 comments on commit d637ccb

Please sign in to comment.