Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当用户单击一个按钮时,我会加载一组图像(可能有 1 到 1000 个......)。是否有可能以某种方式检测最后一张图片何时加载?
您可以为每个图像定义和onload事件,并在事件中增加一个计数器,直到加载最后一个,这将是您的数组的长度。
onload