Skip to main content

JS遍历数组forEach

resData.data.forEach((item, index, array) => {

//执行代码

});