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

docs: update syntax-uts.md

上级 80f932b4
......@@ -1922,6 +1922,7 @@ foo.split(' ');
举例:
```js
// js 求和两个数字
function add(left, right) {
return left + right;
}
......@@ -1930,6 +1931,7 @@ function add(left, right) {
补充类型批注后,即可变成 uts 代码
```ts
// uts 求和
function add(left: number, right: number): number {
return left + right;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册