We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
DevTools上的功能称为“覆盖范围”
https://developer.chrome.chrome.com/docs/ DevTools/coverage/
使您看到使用了多少个字节,
有多少不是。
您也可以使用它来查看哪些选择器没有用!
there is functionality on devtools called "coverage"
https://developer.chrome.com/docs/devtools/coverage/
that make you see how many bytes are used,
and how many aren't.
you can also use it to see what selectors aren't useful!