diff --git a/docs/plugin/uts-plugin.md b/docs/plugin/uts-plugin.md index 740af96448ddc6f40b868d613427946f5dc79c07..100b4fd0ac47cdc5ecaba4a4e99b3b2724e20162 100644 --- a/docs/plugin/uts-plugin.md +++ b/docs/plugin/uts-plugin.md @@ -702,6 +702,12 @@ android很多布局参数强制要求Float,但是ts中没有内置这种类型 ```ts let textSize = 30.0.toFloat(); ``` +### Long类型传参 + + +```ts +let longVal = 1000.0.toLong() +``` ### 异步任务