function re(arr,key){     for(var i=0;i<key;i++){        arr.unshift(arr.pop())     }     return arr; }
点赞 评论
牛客网
牛客企业服务