常用语法梳理

原生js



  原生获取dom,设置dom的class,设置dom的style;

  return false 的使用;
  return的使用;

  this的指向,与指向变化的时间点;

  scrollTop和scrollHeight等;

  e.target和currentTarget;

  forEach;

  本地缓存

css



  flexbox布局;
  溢出省略号;

vue



  axios拦截器;

  路由守卫;
   $nextTick
  

原文地址:https://www.cnblogs.com/thing/p/9401556.html