概论:
diff去比较虚拟DOM =》找出差异点(需要更新一个虚拟DOM) =》真实DOM =》render
Vue中diff算法实现:https://blog.csdn.net/weixin_69422396/article/details/135475844
React中diff算法实现:https://blog.csdn.net/m0_53644435/article/details/123440036