Concurrent dynamic acquisition of pictures at the same time

for example, if I have 10 image tags
var imgs= [src1,src2,.];
for (var iTuno [imgs.length;iPP] var oImg = document.getElementById ("img");
oImg.onload = function () {
/ / do something
}}
, do I count it concurrent at the same time?

Mar.26,2021

you can get ten image paths at the same time

Menu