import React from "react". class MyComponent extends React.Component {. constructor(props) {. super(props). this.state = {. text: "hello". } ...
確定! 回上一頁