... Also a custom component function Btn({ children, onClick }) { return ( <button style={btnStyle} onClick={onClick}> {children} </button> ); } function ...
確定! 回上一頁