提交 e5b340e6 编写于 作者: 杜庆泉's avatar 杜庆泉

Update uts-plugin.md

上级 f83ff893
......@@ -702,6 +702,12 @@ android很多布局参数强制要求Float,但是ts中没有内置这种类型
```ts
let textSize = 30.0.toFloat();
```
### Long类型传参
```ts
let longVal = 1000.0.toLong()
```
### 异步任务
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册