标签: reactjs eslint
我不知道如何使用es6对象解构来存储数组的长度:
const length = this.props.options.length;
答案 0 :(得分:2)
语法如下:
const { length } = this.props.options