首先是ES5 的写法 是通过
getDefaultProps(){ return {duration:1000} }
static defaultProps = { duration:1000,}
比如调用duration 就是通过 this.props.duration 进行访问