把兩個數組 合併成一個數組

 console.log("routes:",routes)    //對象格式           let pathlist=routes.children[2].children; //數組1         let pathlist1=routes.children[3].children;//數組2         let path=pathlist.concat(pathlist1) 
相關文章
相關標籤/搜索