Without using JSX, we would have to create an element by the following process: const text = React.createElement('p', {}, 'This is a text'); ...
確定! 回上一頁