提交 431b1301 编写于 作者: DCloud_iOS_WZT's avatar DCloud_iOS_WZT

update tutorial/syntax-js.md

上级 0631d3bf
......@@ -118,4 +118,11 @@ ES6 API 的支持,详见如下表格部分(`x` 表示不支持,无特殊
- vue页面渲染在系统WKWebview中,受iOS系统版本影响,兼容性与iOS系统的Safari浏览器一致。
- nvue页面使用系统原生View渲染,css支持情况参考:[nvue页面样式](https://uniapp.dcloud.net.cn/tutorial/nvue-css.html)
### 部分兼容性示例
[正则反向预查 ?<= ?<!](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Regular_expressions/Lookbehind_assertion),iOS16.4+支持
[可选链运算符 ?.](https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Operators/Optional_chaining),iOS13.4+支持
[空值合并运算符 ??](https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Operators/Nullish_coalescing),iOS13.4+支持
[逻辑空赋值 ??=](https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Operators/Nullish_coalescing_assignment),iOS14+支持
[逻辑与赋值 &&=](https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Operators/Logical_AND_assignment),iOS14+支持
[逻辑或赋值 ||=](https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Operators/Logical_OR_assignment),iOS14+支持
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册