vue-roter路由配置的3种模式介绍

根据vue-router官网,我们可以明确看到vue-router的mode值有3种分别是hash、history、abstract,其中,hash 和 history 是 SPA 单页应用程序的基础。 const router = new

historyrotervueVue-Router路由路由配置
JS开发需要了解的一些小技巧

1.数组交集 普通数组 const arr1 = [1, 2, 3, 4, 5 , 8 ,9],arr2 = [5, 6, 7, 8, 9]; const intersection = arr1.filter(function (val)

roter异步执行数组取值数组求和