關於適用react的一些體會

在作項目的時候,須要在jsx模板裏對數組或對象遍歷輸出數據,因爲react沒有相似vue的指令,因此在遍歷的時候有點麻煩vue 數組:react { this.state.data.Local.map(function(item){ return <img src={item} alt="" />}) } 對象:ajax { Object.keys(this.state.data
相關文章
相關標籤/搜索