常用语法梳理

##原生js


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

  return false 的使用;

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

  scrollTop和scrollHeight等;

  e.target和currentTarget;

  forEach;

##css


  flexbox布局;
  溢出省略号;

##vue


  axios拦截器;

  路由守卫;
   $nextTick
  

猜你喜欢

转载自www.cnblogs.com/thing/p/9401556.html