const {content} = this.props
来源:3-6 TodoList 代码优化
慕粉3167361
2019-09-11
老师,这句没懂,const {content} = this.props,查了好多资料都没查到, 可以帮解释一下吗?
写回答
1回答
-
ArlenX
2019-09-15
这是ECMA6的语法,对象的解构赋值 https://es6.ruanyifeng.com/#docs/destructuring
00
相似问题
const {content} = this.props
来源:3-6 TodoList 代码优化
慕粉3167361
2019-09-11
老师,这句没懂,const {content} = this.props,查了好多资料都没查到, 可以帮解释一下吗?
1回答
ArlenX
2019-09-15
这是ECMA6的语法,对象的解构赋值 https://es6.ruanyifeng.com/#docs/destructuring
相似问题