查看 Chrome 开发工具中加载的外部图像?
See external images loaded in Chrome dev tools?
我的 CSS 中有一些外部参考图片:
.something {
background: url('www.example.com/image');
}
如何在 Chrome 开发工具中查看像这样加载的图像?
我的 CSS 中有一些外部参考图片:
.something {
background: url('www.example.com/image');
}
如何在 Chrome 开发工具中查看像这样加载的图像?