Component { state = {text: ''}; static async getInitialProps(context) { context.text = await getText(); } async componentWillMount() { const text = await ...
確定! 回上一頁