美文网首页
forEach循环

forEach循环

作者: 徐福瑞 | 来源:发表于2021-04-07 16:37 被阅读0次
    menutab: [
                   { txt: "登录", current: true },
                   { txt: "注册", current: false },
               ],
    
    this.menutab.forEach(elem=>{
                    elem.current=false
                })
    
    var data=[1,3,4] ; 
    data.forEach(function(val,index,arr){
    })
    

    相关文章

      网友评论

          本文标题:forEach循环

          本文链接:https://www.haomeiwen.com/subject/vwyukltx.html