现在就可以用这个HOC给任意组件注入color了. class NeedColor extends React.Component<{ color: string }, {}> { public render() { return <div style={{ ...
確定! 回上一頁