whale2002

Results 11 comments of whale2002

题目要求,这里增加了具体的节点内容,便于理解。 ```html 把上诉虚拟Dom转化成下方真实Dom 123 456 789 ``` 实现 ```js const vDom = { tag: 'DIV', attrs: { id: 'app' }, children: [ { tag: 'SPAN', children: [{tag: 'A', children: []}]...