摘要:
可选链操作符(?.) 以前一般这样使用: let nestedProp = obj.first && obj.first.second; 或者这样: let temp = obj.first; let nestedProp = ((temp null || temp undefined) ? und 阅读全文
摘要:
基础使用 完整使用参考地址:https://www.npmjs.com/package/babel-upgrade 使用方式: # npx lets you run babel-upgrade without installing it locally npx babel-upgrade --wri 阅读全文