react採用forEach或map兩種方式遍歷數組

以前寫代碼,從後臺提取數據並渲染到前臺,因爲有多組數據,用map遍歷會相對方便一點,可是 map不能遍歷array數組,只能遍歷object對象。react 因此若是遇到這樣的問題能夠採用forEach試一下web forEach import React,{Component} from 'react'; let list=[ { name:"百度", address:"ht
相關文章
相關標籤/搜索