React 循環數組的2種方式

我們上邊的例子是循環數組的內容到JSX中,其實在數組中可以直接使用JSX語法,看下面的例子。 1 2 3 4 5 6 let arr = [      < h1 key = "1" > Hello world ! < / h1 > ,      < h2 key = "2" > React is awesome < / h2 > ] ; ReactDOM . render ( < div > {
相關文章
相關標籤/搜索