所以一個HOC 大概會長得像這樣: function HOC(WrappedComponent) { return class extends React.Component { render() { return <WrappedComponent />; }
確定! 回上一頁