class App extends React.Component { constructor() { super(); this.state = { description: '<h1 style="color:red;">something</h1>' } } render() { return ...
確定! 回上一頁