How to replace the array item if the length is more than 5

前端 未结 0 1082
暗喜
暗喜 2021-01-12 15:10
var newURL=window.location.pathname.split(\'/\');
var newUrlArr=[];
newURL.forEach(function(item){
if(item != ""){
   newUrlArr.push(item);
}
if(newURL.len         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题