提交 d36a4103 编写于 作者: fxy060608's avatar fxy060608

docs: update syntax-uts.md

上级 04547110
......@@ -212,6 +212,8 @@ let a:number = 42
这种情况下可以使用下面的方法,虽然可能会被编辑器报语法错误(后续HBuilderX会修复这类误报),但编译到 kotlin 和 swift 时是可用的。
- 声明特定的平台数字类型
> 目前这些平台数字类型,声明类型时,与 number 不同的是,均为首字母大写
```ts
let a:Int = 3 //注意 Int 是首字母大写
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册