www
www
## 直接的dom操作尽量减少 现在用vue 而是通过虚拟dom的形式来操作domdiff jquery已经很少用到了 DOM都很少直接操作了 _Sent from my HUAWEI VTR-AL00 using [FastHub](https://play.google.com/store/apps/details?id=com.fastaccess.github)_
没想到竟然是一个福利贴
我们用zeplin 收费的
type 类型别名能被 extends和 implements ```typescript // extends type Parent = { x: number; } interface Child extends Parent { y: number } // implements type Point2 = { x: number;...