提交 c8a2a2d7 编写于 作者: lizhongyi_'s avatar lizhongyi_

docs: update syntax-uts.md

上级 d47e9d99
......@@ -155,6 +155,9 @@ console.log(s) // hello world
```ts
console.log("my " + "string"); // console logs the string "my string".
```
**注意**
在iOS平台,连接操作符(+)目前仅支持字符串的连接,即+操作符前后都必须是字符串类型。
#### 条件(三元)运算符(Conditional operator)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册