摘要: 通过link标签,预加载静态资源 。<link rel="prefetch" href="http://demo.91waibaoyun.com/140.pdf">图片标签通过onerror来监听图片加载失败。<img onerror='error(this)' src='123'/>音乐自动播放插 阅读全文
posted @ 2019-01-20 15:42 前端卡卡 阅读(86) 评论(0) 推荐(0) 编辑
摘要: 《Vue.js实战》源码及答疑:https://github.com/icarusion/vue-book ;1.常用的生命周期函数:created (创建时,挂载前) mounted (挂载后)beforeDestroy (实例销毁的时候。比如setInterval运行时候,离开当前页面需要停止, 阅读全文
posted @ 2019-01-20 15:40 前端卡卡 阅读(407) 评论(0) 推荐(0) 编辑
摘要: 网站资料:https://react.docschina.org/docs/hello-world.html ; (官方文档)https://pro.ant.design/ (UI框架) 使用create-react-app构建react应用程序 npm install -g create-reac 阅读全文
posted @ 2019-01-20 15:38 前端卡卡 阅读(129) 评论(0) 推荐(0) 编辑