JSX的本质是什么?JSX是一个React.createElement语法糖,等同Vue模版。Vue模版本质不是html,JSX本质也不是JS。 const element = ( <div id="sun"> <a>hmt</a> <b ...
確定! 回上一頁