风华正茂、时光流逝、真爱时光、努力创建辉煌。
摘要: 代码: 阅读全文
posted @ 2019-08-07 17:34 野马,程序源改造新Bug 阅读(294) 评论(0) 推荐(0) 编辑
摘要: Document {{item}} {{item.text}} 阅读全文
posted @ 2019-08-07 17:22 野马,程序源改造新Bug 阅读(123) 评论(0) 推荐(0) 编辑
摘要: 一道面试题 什么样的 a 可以满足 (a 1 && a 2 && a 3) true 呢?(注意是 3 个 =,也就是严格相等) Object.defineProperty(window, 'a', { get () { current++ return current } }) console.l 阅读全文
posted @ 2019-08-07 12:00 野马,程序源改造新Bug 阅读(167) 评论(0) 推荐(0) 编辑
摘要: Object.defineProperty 语法 Object.defineProperty(obj,prop,descriptor) 参数 obj:目标对象 prop:需要定义的属性或方法的名称 descriptor:目标属性所拥有的特性 可供定义的特性列表 value:属性的值 writable 阅读全文
posted @ 2019-08-07 11:57 野马,程序源改造新Bug 阅读(146) 评论(0) 推荐(0) 编辑
摘要: Document {{item}} {{item.text}} 阅读全文
posted @ 2019-08-07 11:52 野马,程序源改造新Bug 阅读(107) 评论(0) 推荐(0) 编辑
摘要: Vue.config.productionTip = false //阻止了生产模式,此时是以开发模式运行,可以更改为true查看变化 阅读全文
posted @ 2019-08-07 09:53 野马,程序源改造新Bug 阅读(1121) 评论(0) 推荐(0) 编辑