console.log('componentDidMount'); } componentWillUnmount() { console.log('componentWillUnmount'); } render() { return ( <div> <p>{this.props.name}</p> ...
確定! 回上一頁