其他分享
首页 > 其他分享> > 【ES6】可选链操作符

【ES6】可选链操作符

作者:互联网

可选链条操作符 的官方文档说明
https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Operators/Optional_chaining

vue2若不兼容可选链操作符,需单独下babel转译包。
https://www.cnblogs.com/zhangrenjie/p/15015684.html

可选链操作符的一些说明
https://www.cnblogs.com/merlin97/p/15578195.html

在..链式取属性方法上,要记得使用可选链操作符。以防链式调用有可能出现null undefinded

标签:ES6,www,cnblogs,可选链,html,操作符,https
来源: https://www.cnblogs.com/wanglei1900/p/16177162.html