button { background: white; display: block; margin: 50px auto; font-size: 50px; } ... //ES6 const, let //ES6 Destructuring const { Component } = React; ...
確定! 回上一頁