JSX語法在React中的目的,是為了要建立DOM的Element架構。 ... createElement(Hello, null); React.render(HelloElement, mountNode);.
確定! 回上一頁