Skip to main content

JS遍历数组forEach

res.data.forEach((item, index, array) => {
    //执行代码
});