11 2018 档案
摘要:时间戳转时间 var timestamp4 = new Date(1472048779952);//直接用 new Date(时间戳) 格式转化获得当前时间 console.log(timestamp4); console.log(timestamp4.toLocaleDateString().re
阅读全文
摘要:遇到的问题 在开发过程中会遇到频率很高的事件或者连续的事件,如果不进行性能的优化,就可能会出现页面卡顿的现象,比如: 鼠标事件:mousemove(拖曳)/mouseover(划过)/mouseWheel(滚屏) 键盘事件:keypress(基于ajax的用户名唯一性校验)/keyup(文本输入检验
阅读全文
摘要:<a href="tencent://message/?uin=xxxxxxxxxxxxxx&Site=400301.com&Menu=yes">联系客服</a> pc打开的方式↑ 手机唤起qqAPP的方式↓ <a href="mqqwpa://im/chat?chat_type=wpa&uin=x
阅读全文
摘要:A:router路由配置 export default new Router({ routes: [ { path: '/home', name: 'Home', component: Home, children:[ {path:'home1',component:Home1}, {path:'h
阅读全文