A.componentDidMount B.render C.getDefaultProps D.componentWillReceiveProps
A.通过setState B.通过this.$emit C.回调函数 D.props
A.实例化后为obj类型 B.function类型 C.array类型 D.boolean类型