小编Raj*_* SP的帖子

具有相同源 src 的多个图像 <img> 标签

如果我有数千个<img>具有相同值的图像标签src,就像这样

<img src="https://something.com/images/myimg.png" alt="" />
<img src="https://something.com/images/myimg.png" alt="" />
<img src="https://something.com/images/myimg.png" alt="" />
<img src="https://something.com/images/myimg.png" alt="" />
<img src="https://something.com/images/myimg.png" alt="" />
<img src="https://something.com/images/myimg.png" alt="" />
...
Run Code Online (Sandbox Code Playgroud)

那么,浏览器会发送 1000 个请求还是单个请求来获取图像?

html browser request

6
推荐指数
1
解决办法
2818
查看次数

标签 统计

browser ×1

html ×1

request ×1