import React from 'react'; function App() { return ( <div> Hello React With Hooks </div> ); } export default App;. 當然你也可以選擇使用ES6 的 ...
確定! 回上一頁