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

docs: update syntax-uts

上级 af71e4b5
......@@ -2192,6 +2192,7 @@ clearInterval(timer)
- `*=`
- `??`
- `?.`
* 可选链运算符(?.)允许读取位于连接对象链深处的属性的值,而不必明确验证链中的每个引用是否有效。?. 运算符的功能类似于 . 链式运算符,不同之处在于,在引用为空 (nullish ) (null) 的情况下不会引起错误。
- `%`
* 当一个操作数除以第二个操作数时,取余运算符(%)返回剩余的余数。它与被除数的符号保持一致。
- `%=`
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册