如何获取文档中哪个元素的权重最大或需要更多时间来加载?在这种情况下,它是图像..
<html>
<body>
<p>This is light text</p>
<p>This is the heavy text </p>
<img src="http://www.lorempixel.com/400/400" alt="100" width="100" height='100' />
</body>
</html>
如何获取文档中哪个元素的权重最大或需要更多时间来加载?在这种情况下,它是图像..
<html>
<body>
<p>This is light text</p>
<p>This is the heavy text </p>
<img src="http://www.lorempixel.com/400/400" alt="100" width="100" height='100' />
</body>
</html>