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.
如下图所示,我看到很多来自 * 选择器(通用选择器)的继承部分:
我编写代码的方式是否效率低下?我应该做些什么来防止这种情况发生还是正常的?
编辑: 我看到 G+ 的情况相同:
使用 * 选择每个元素。然后每个孩子都继承了他们父母标签的一些属性。这就是为什么你得到了很长的继承列表。
一定有什么问题,我没有得到这么长的清单。请试试这个。