App.css'; class App extends Component { render() { return ( <div className="App"> <h1>Stopwatch</h1> <Stopwatch /> </div> ); } } function ...
確定! 回上一頁