摘要: vue函数 mounted () { window.testFun = this.testFun; // 方法赋值给window }, methods: { // vue内部方法 testFun () { }, }外部js调用 <script> function test() { testFun() 阅读全文
posted @ 2019-11-19 09:34 管的宽 阅读(4724) 评论(0) 推荐(0) 编辑
摘要: 1.创建一个数组,判断数组中是否存在某个值 2.也可以通过上面方法过滤掉num为2的留下num为1的 3.去掉空数组空字符串、undefined、null 4.去掉数组中不符合项 5.过滤不符合项 6.数组去重 阅读全文
posted @ 2019-11-19 09:33 管的宽 阅读(3168) 评论(0) 推荐(0) 编辑