Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
假设我们想要实现一个removeInlineStyle函数来接收一个 VNode( foo = <Foo style="color: red" />) 并返回一个样式移除的 VNode。
removeInlineStyle
foo = <Foo style="color: red" />