Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/shell/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Google chrome 如何在chrome inspect元素中查找图像文件大小_Google Chrome - Fatal编程技术网

Google chrome 如何在chrome inspect元素中查找图像文件大小

Google chrome 如何在chrome inspect元素中查找图像文件大小,google-chrome,Google Chrome,通过使用GoogleChrome的inspect元素,我可以很容易地看到图像尺寸。就像在网站上解释的一样 但是我也想知道图像文件大小(大小,比如50kb)。我知道我可以先下载,然后在电脑上查看图像文件的大小,但我认为这不是最好的方法 我想知道是否可以在Chrome的inspect elements中找到有关图像文件大小的信息。您可以在sources或network选项卡中找到该文件 例如,我检查您的化身并看到以下url: https://lh6.googleusercontent.com/-6j

通过使用GoogleChrome的inspect元素,我可以很容易地看到图像尺寸。就像在网站上解释的一样

但是我也想知道图像文件大小(大小,比如50kb)。我知道我可以先下载,然后在电脑上查看图像文件的大小,但我认为这不是最好的方法


我想知道是否可以在Chrome的inspect elements中找到有关图像文件大小的信息。

您可以在sources或network选项卡中找到该文件

例如,我检查您的化身并看到以下url:

https://lh6.googleusercontent.com/-6jIAe62Q10s/AAAAAAAAAAI/AAAAAAAAABw/kRBVixTmLmk/photo.jpg?sz=128
我可以通过找到合适的域在sources选项卡中查找它。文件大小列在预览下方的底部

大小也显示在“网络”选项卡中,但必须在加载图像之前打开,否则无法捕获。在这里,它被过滤以仅显示图像: