To make the button do something when clicked, you can make use of the onClick event. function HomePage() { // ... return ( <div> {/* ... */} <button onClick ...
確定! 回上一頁