1
0
写了 29192 字,被 46 人关注,获得了 74 个喜欢
本文基于vue-2.4.4源码进行分析 Vue 2.0开始,引入VirtualDOM。 使用VirtualDOM而不使用真实DOM是出于性能优化的考虑。 真实DOM使用doc...